Home
last modified time | relevance | path

Searched refs:FormController (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
DFormController.h74 class FormController {
77 static PassOwnPtr<FormController> create() in create()
79 return adoptPtr(new FormController); in create()
81 ~FormController();
101 FormController();
DFormController.cpp377 FormController::FormController() in FormController() function in WebCore::FormController
381 FormController::~FormController() in ~FormController()
394 PassOwnPtr<FormController::SavedFormStateMap> FormController::createSavedFormStateMap(const FormEle… in createSavedFormStateMap()
411 Vector<String> FormController::formElementsState() const in formElementsState()
427 void FormController::setStateForNewFormElements(const Vector<String>& stateVector) in setStateForNewFormElements()
432 FormControlState FormController::takeStateForFormElement(const HTMLFormControlElementWithState& con… in takeStateForFormElement()
447 void FormController::formStatesFromStateVector(const Vector<String>& stateVector, SavedFormStateMap… in formStatesFromStateVector()
468 void FormController::willDeleteForm(HTMLFormElement* form) in willDeleteForm()
474 void FormController::restoreControlStateFor(HTMLFormControlElementWithState& control) in restoreControlStateFor()
488 void FormController::restoreControlStateIn(HTMLFormElement& form) in restoreControlStateIn()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DWebHistoryItem.cpp62 const Vector<String>& filePaths = FormController::getReferencedFilePaths(item->documentState()); in addReferencedFilePaths()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h103 class FormController; variable
431 FormController* formController();
1168 OwnPtr<FormController> m_formController;
DDocument.cpp1397 FormController* Document::formController() in formController()
1400 m_formController = FormController::create(); in formController()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_html.target.linux-arm.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dwebcore_html.target.darwin-x86.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dwebcore_html.target.linux-mips.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dwebcore_html.target.darwin-mips.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dwebcore_html.target.darwin-arm.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dwebcore_html.target.linux-x86.mk199 third_party/WebKit/Source/core/html/forms/FormController.cpp \
Dcore.gypi2506 'html/forms/FormController.cpp',
2507 'html/forms/FormController.h',
/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.cpp2064 return FormController::getReferencedFilePaths(frame()->loader().currentItem()->documentState()); in getReferencedFilePaths()