webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::FormController Class Reference

#include <FormController.h>

Public Member Functions

 FormController ()
 
 ~FormController ()
 
RadioButtonGroupsradioButtonGroups ()
 
void registerFormElementWithState (HTMLFormControlElementWithState *)
 
void unregisterFormElementWithState (HTMLFormControlElementWithState *)
 
unsigned formElementsCharacterCount () const
 
Vector< StringformElementsState () const
 
void setStateForNewFormElements (const Vector< String > &)
 
void willDeleteForm (HTMLFormElement *)
 
void restoreControlStateFor (HTMLFormControlElementWithState &)
 
void restoreControlStateIn (HTMLFormElement &)
 

Static Public Member Functions

static WEBCORE_EXPORT Vector< StringgetReferencedFilePaths (const Vector< String > &stateVector)
 

Constructor & Destructor Documentation

◆ FormController()

WebCore::FormController::FormController ( )

◆ ~FormController()

WebCore::FormController::~FormController ( )

Member Function Documentation

◆ formElementsCharacterCount()

unsigned WebCore::FormController::formElementsCharacterCount ( ) const

◆ formElementsState()

Vector< String > WebCore::FormController::formElementsState ( ) const

◆ getReferencedFilePaths()

Vector< String > WebCore::FormController::getReferencedFilePaths ( const Vector< String > &  stateVector)
static

◆ radioButtonGroups()

RadioButtonGroups& WebCore::FormController::radioButtonGroups ( )
inline

◆ registerFormElementWithState()

void WebCore::FormController::registerFormElementWithState ( HTMLFormControlElementWithState control)

◆ restoreControlStateFor()

void WebCore::FormController::restoreControlStateFor ( HTMLFormControlElementWithState control)

◆ restoreControlStateIn()

void WebCore::FormController::restoreControlStateIn ( HTMLFormElement form)

◆ setStateForNewFormElements()

void WebCore::FormController::setStateForNewFormElements ( const Vector< String > &  stateVector)

◆ unregisterFormElementWithState()

void WebCore::FormController::unregisterFormElementWithState ( HTMLFormControlElementWithState control)

◆ willDeleteForm()

void WebCore::FormController::willDeleteForm ( HTMLFormElement form)

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