Searched defs:shouldSaveAndRestoreFormControlState (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseButtonInputType.cpp56 bool BaseButtonInputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::BaseButtonInputType
H A DPasswordInputType.cpp61 bool PasswordInputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::PasswordInputType
H A DInputType.cpp155 bool InputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementWithState.cpp77 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLFormControlElementWithState
H A DHTMLInputElement.cpp486 bool HTMLInputElement::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLInputElement
488 if (!m_inputType->shouldSaveAndRestoreFormControlState())
490 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState();

Completed in 130 milliseconds