webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Static Public Member Functions | List of all members
WebCore::SavedFormState Class Reference

Public Member Functions

 SavedFormState ()
 
void serializeTo (Vector< String > &) const
 
bool isEmpty () const
 
void appendControlState (const AtomicString &name, const AtomicString &type, const FormControlState &)
 
FormControlState takeControlState (const AtomicString &name, const AtomicString &type)
 
Vector< StringgetReferencedFilePaths () const
 

Static Public Member Functions

static std::unique_ptr< SavedFormStatedeserialize (const Vector< String > &, size_t &index)
 

Constructor & Destructor Documentation

◆ SavedFormState()

WebCore::SavedFormState::SavedFormState ( )
inline

Member Function Documentation

◆ appendControlState()

void WebCore::SavedFormState::appendControlState ( const AtomicString name,
const AtomicString type,
const FormControlState state 
)

◆ deserialize()

std::unique_ptr< SavedFormState > WebCore::SavedFormState::deserialize ( const Vector< String > &  stateVector,
size_t index 
)
static

◆ getReferencedFilePaths()

Vector< String > WebCore::SavedFormState::getReferencedFilePaths ( ) const

◆ isEmpty()

bool WebCore::SavedFormState::isEmpty ( void  ) const
inline

◆ serializeTo()

void WebCore::SavedFormState::serializeTo ( Vector< String > &  stateVector) const

◆ takeControlState()

FormControlState WebCore::SavedFormState::takeControlState ( const AtomicString name,
const AtomicString type 
)

The documentation for this class was generated from the following file: