class CreateFrameParams
Defined at line 1531 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Parameters specifying the configuration for a new [`Frame`].
Public Methods
void CreateFrameParams ()
Defined at line 1533 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void CreateFrameParams (const CreateFrameParams & other)
Defined at line 1534 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
CreateFrameParams & operator= (const CreateFrameParams & other)
Defined at line 1535 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void CreateFrameParams (CreateFrameParams && other)
Defined at line 1536 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_web::wire::CreateFrameParams> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_web::wire::CreateFrameParams> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_web::wire::CreateFrameParams>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
bool & enable_remote_debugging ()
Set to true to enable remote debugging. The [`Frame`] will be closed with
`ERR_INVALID_ARGS` if `remote_debugging_port` was not set in
[`CreateContextParams`].
bool has_enable_remote_debugging ()
::fidl::StringView & debug_name ()
Set to give the Frame a name to help distinguish it in debug contexts , such as system log
output. For example, the name may be added to messages from web content when they are logged
to the system logger. The name does not affect user- or web-visible behavior.
Popup Frames created by the Frame will have a name derived from the parent Frame's name.
bool has_debug_name ()
::fuchsia_mem::wire::Data & explicit_sites_filter_error_page ()
Enables automatic blocking of navigations to explicit sites, and specifies the error page
content, in HTML, to be loaded in the Frame when a navigation is canceled by the filter.
Applies to navigations in all frames within the Frame.
When navigation of the main document is canceled, the Frame's [`NavigationState.PageType`]
is `ERROR`.
If set to an empty buffer, a default error message will be displayed.
If set and such filtering is not supported, the [`Frame`] will disconnect with
`ZX_ERR_NOT_SUPPORTED`.
bool has_explicit_sites_filter_error_page ()
CreateFrameParams & operator= (CreateFrameParams && other)
Defined at line 1537 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
void ~CreateFrameParams ()
Defined at line 1539 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder