Home | History | Annotate | Download | only in html

Lines Matching defs:FormController

22 #include "core/html/FormController.h"
377 FormController::FormController()
381 FormController::~FormController()
394 PassOwnPtr<FormController::SavedFormStateMap> FormController::createSavedFormStateMap(const FormElementListHashSet& controlList)
411 Vector<String> FormController::formElementsState() const
427 void FormController::setStateForNewFormElements(const Vector<String>& stateVector)
432 FormControlState FormController::takeStateForFormElement(const HTMLFormControlElementWithState& control)
447 void FormController::formStatesFromStateVector(const Vector<String>& stateVector, SavedFormStateMap& map)
468 void FormController::willDeleteForm(HTMLFormElement* form)
474 void FormController::restoreControlStateFor(HTMLFormControlElementWithState& control)
488 void FormController::restoreControlStateIn(HTMLFormElement& form)
505 Vector<String> FormController::getReferencedFilePaths(const Vector<String>& stateVector)
515 void FormController::registerFormElementWithState(HTMLFormControlElementWithState* control)
521 void FormController::unregisterFormElementWithState(HTMLFormControlElementWithState* control)