Home | History | Annotate | Download | only in forms

Lines Matching defs:FormController

22 #include "core/html/forms/FormController.h"
443 FormController::FormController()
448 FormController::~FormController()
452 void FormController::trace(Visitor* visitor)
459 DocumentState* FormController::formElementsState() const
464 void FormController::setStateForNewFormElements(const Vector<String>& stateVector)
469 FormController::takeStateForFormElement(const HTMLFormControlElementWithState& control)
484 void FormController::formStatesFromStateVector(const Vector<String>& stateVector, SavedFormStateMap& map)
505 void FormController::willDeleteForm(HTMLFormElement* form)
511 void FormController::restoreControlStateFor(HTMLFormControlElementWithState& control)
525 void FormController::restoreControlStateIn(HTMLFormElement& form)
542 Vector<String> FormController::getReferencedFilePaths(const Vector<String>& stateVector)
552 void FormController::registerStatefulFormControl(HTMLFormControlElementWithState& control)
557 void FormController::unregisterStatefulFormControl(HTMLFormControlElementWithState& control)