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

/macosx-10.10/WebCore-7600.1.25/html/
H A DBaseButtonInputType.cpp44 bool BaseButtonInputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::BaseButtonInputType
H A DPasswordInputType.cpp47 bool PasswordInputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::PasswordInputType
H A DBaseButtonInputType.h44 virtual bool shouldSaveAndRestoreFormControlState() const override;
H A DHTMLFormControlElementWithState.h39 virtual bool shouldSaveAndRestoreFormControlState() const;
H A DPasswordInputType.h44 virtual bool shouldSaveAndRestoreFormControlState() const override;
H A DHTMLFormControlElementWithState.cpp67 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLFormControlElementWithState
H A DHTMLKeygenElement.h54 virtual bool shouldSaveAndRestoreFormControlState() const override;
H A DHTMLKeygenElement.cpp124 bool HTMLKeygenElement::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLKeygenElement
H A DFormController.cpp403 if (!control->shouldSaveAndRestoreFormControlState())
478 // We don't save state of a control with shouldSaveAndRestoreFormControlState()
481 if (!control.shouldSaveAndRestoreFormControlState())
497 if (!control->shouldSaveAndRestoreFormControlState())
H A DHTMLInputElement.h363 virtual bool shouldSaveAndRestoreFormControlState() const override;
H A DInputType.h128 virtual bool shouldSaveAndRestoreFormControlState() const;
H A DHTMLInputElement.cpp548 bool HTMLInputElement::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLInputElement
550 if (!m_inputType->shouldSaveAndRestoreFormControlState())
552 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState();
H A DInputType.cpp194 bool InputType::shouldSaveAndRestoreFormControlState() const function in class:WebCore::InputType

Completed in 270 milliseconds