class CreateFrameParams
Defined at line 1058 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Parameters specifying the configuration for a new [`Frame`].
Public Methods
void CreateFrameParams (Storage_ storage)
void CreateFrameParams ()
Defined at line 1063 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
void CreateFrameParams (CreateFrameParams && )
Defined at line 1064 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
bool IsEmpty ()
const std::optional<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`].
::std::optional<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`].
CreateFrameParams & enable_remote_debugging (std::optional<bool> value)
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`].
const std::optional< ::std::string> & 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.
::std::optional< ::std::string> & 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.
CreateFrameParams & debug_name (std::optional< ::std::string> value)
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.
const std::optional< ::fuchsia_mem::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`.
::std::optional< ::fuchsia_mem::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`.
CreateFrameParams & explicit_sites_filter_error_page (std::optional< ::fuchsia_mem::Data> value)
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`.
void CreateFrameParams (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
CreateFrameParams & operator= (CreateFrameParams && )
Defined at line 1065 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/cpp/fidl/fuchsia.web/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits