Searched defs:formElementsState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DFormController.cpp466 DocumentState* FormController::formElementsState() const function in class:blink::FormController
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.cpp1498 m_frame->loader().currentItem()->setDocumentState(m_formController->formElementsState());
1503 DocumentState* Document::formElementsState() const function in class:blink::Document
1507 return m_formController->formElementsState();

Completed in 881 milliseconds