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

/external/webkit/Source/WebCore/html/
H A DHTMLFormControlElement.h185 virtual bool shouldSaveAndRestoreFormControlState() const;
H A DHTMLFormControlElement.cpp537 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const function in class:WebCore::HTMLFormControlElementWithState
547 // We don't save state of a control with shouldSaveAndRestoreFormControlState()=false.
550 if (!shouldSaveAndRestoreFormControlState())
/external/webkit/Source/WebCore/dom/
H A DElement.h330 virtual bool shouldSaveAndRestoreFormControlState() const { return true; } function in class:WebCore::Element
H A DDocument.cpp4304 if (!elementWithState->shouldSaveAndRestoreFormControlState())

Completed in 87 milliseconds