webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FormController.h>
Public Member Functions | |
FormController () | |
~FormController () | |
RadioButtonGroups & | radioButtonGroups () |
void | registerFormElementWithState (HTMLFormControlElementWithState *) |
void | unregisterFormElementWithState (HTMLFormControlElementWithState *) |
unsigned | formElementsCharacterCount () const |
Vector< String > | formElementsState () const |
void | setStateForNewFormElements (const Vector< String > &) |
void | willDeleteForm (HTMLFormElement *) |
void | restoreControlStateFor (HTMLFormControlElementWithState &) |
void | restoreControlStateIn (HTMLFormElement &) |
Static Public Member Functions | |
static WEBCORE_EXPORT Vector< String > | getReferencedFilePaths (const Vector< String > &stateVector) |
WebCore::FormController::FormController | ( | ) |
WebCore::FormController::~FormController | ( | ) |
unsigned WebCore::FormController::formElementsCharacterCount | ( | ) | const |
|
static |
|
inline |
void WebCore::FormController::registerFormElementWithState | ( | HTMLFormControlElementWithState * | control | ) |
void WebCore::FormController::restoreControlStateFor | ( | HTMLFormControlElementWithState & | control | ) |
void WebCore::FormController::restoreControlStateIn | ( | HTMLFormElement & | form | ) |
void WebCore::FormController::unregisterFormElementWithState | ( | HTMLFormControlElementWithState * | control | ) |
void WebCore::FormController::willDeleteForm | ( | HTMLFormElement * | form | ) |