webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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< String > | getReferencedFilePaths () const |
Static Public Member Functions | |
static std::unique_ptr< SavedFormState > | deserialize (const Vector< String > &, size_t &index) |
|
inline |
void WebCore::SavedFormState::appendControlState | ( | const AtomicString & | name, |
const AtomicString & | type, | ||
const FormControlState & | state | ||
) |
|
static |
|
inline |
FormControlState WebCore::SavedFormState::takeControlState | ( | const AtomicString & | name, |
const AtomicString & | type | ||
) |