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

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

Completed in 394 milliseconds