webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
WebKit::WebSelectionData Struct Reference

#include <WebSelectionData.h>

Public Member Functions

 WebSelectionData ()
 
 WebSelectionData (const WebCore::SelectionData &)
 
 WebSelectionData (Ref< WebCore::SelectionData > &&)
 
void encode (IPC::Encoder &) const
 

Static Public Member Functions

static bool decode (IPC::Decoder &, WebSelectionData &)
 

Public Attributes

Ref< WebCore::SelectionDataselectionData
 

Constructor & Destructor Documentation

◆ WebSelectionData() [1/3]

WebKit::WebSelectionData::WebSelectionData ( )

◆ WebSelectionData() [2/3]

WebKit::WebSelectionData::WebSelectionData ( const WebCore::SelectionData data)
explicit

◆ WebSelectionData() [3/3]

WebKit::WebSelectionData::WebSelectionData ( Ref< WebCore::SelectionData > &&  data)
explicit

Member Function Documentation

◆ decode()

bool WebKit::WebSelectionData::decode ( IPC::Decoder decoder,
WebSelectionData selection 
)
static

◆ encode()

void WebKit::WebSelectionData::encode ( IPC::Encoder encoder) const

Member Data Documentation

◆ selectionData

Ref<WebCore::SelectionData> WebKit::WebSelectionData::selectionData

The documentation for this struct was generated from the following files: