class PopupFrameCreationInfo
Defined at line 4861 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
Specifies additional information about a newly created popup frame.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::string & initial_url ()
The URL to which the popup frame was initially navigated.
Defined at line 4868 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool has_initial_url ()
Defined at line 4872 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
::std::string * mutable_initial_url ()
The URL to which the popup frame was initially navigated.
Defined at line 4877 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void clear_initial_url ()
Defined at line 4885 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
const bool & initiated_by_user ()
Set if the popup frame was created in response to UI interaction from the user (e.g. a
link was clicked).
Defined at line 4895 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool has_initiated_by_user ()
Defined at line 4899 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
bool * mutable_initiated_by_user ()
Set if the popup frame was created in response to UI interaction from the user (e.g. a
link was clicked).
Defined at line 4905 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
void clear_initiated_by_user ()
Defined at line 4913 of file fidling/gen/sdk/fidl/fuchsia.web/fuchsia.web/hlcpp/fuchsia/web/cpp/fidl.h
PopupFrameCreationInfo & set_initial_url (::std::string _value)
PopupFrameCreationInfo & set_initiated_by_user (bool _value)
void PopupFrameCreationInfo ()
void PopupFrameCreationInfo (PopupFrameCreationInfo && other)
void ~PopupFrameCreationInfo ()
PopupFrameCreationInfo & operator= (PopupFrameCreationInfo && other)
::std::unique_ptr<PopupFrameCreationInfo> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, PopupFrameCreationInfo * _value, size_t _offset)
zx_status_t Clone (PopupFrameCreationInfo * _result)