Searched refs:shouldSaveAndRestoreFormControlState (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DBaseButtonInputType.h46 virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE;
H A DBaseButtonInputType.cpp56 bool BaseButtonInputType::shouldSaveAndRestoreFormControlState() const function in class:blink::BaseButtonInputType
H A DPasswordInputType.h46 virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE;
H A DPasswordInputType.cpp61 bool PasswordInputType::shouldSaveAndRestoreFormControlState() const function in class:blink::PasswordInputType
H A DFormController.cpp427 if (!control->shouldSaveAndRestoreFormControlState())
520 // We don't save state of a control with shouldSaveAndRestoreFormControlState()
523 if (!control.shouldSaveAndRestoreFormControlState())
539 if (!control->shouldSaveAndRestoreFormControlState())
H A DInputType.h84 virtual bool shouldSaveAndRestoreFormControlState() const;
H A DInputType.cpp145 bool InputType::shouldSaveAndRestoreFormControlState() const function in class:blink::InputType
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLFormControlElementWithState.cpp77 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const function in class:blink::HTMLFormControlElementWithState
H A DHTMLFormControlElementWithState.h40 virtual bool shouldSaveAndRestoreFormControlState() const;
H A DHTMLKeygenElement.h59 virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE { return false; }
H A DHTMLInputElement.cpp487 bool HTMLInputElement::shouldSaveAndRestoreFormControlState() const function in class:blink::HTMLInputElement
489 if (!m_inputType->shouldSaveAndRestoreFormControlState())
491 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState();
H A DHTMLInputElement.h284 virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE FINAL;

Completed in 106 milliseconds