Home
last modified time | relevance | path

Searched refs:shouldSaveAndRestoreFormControlState (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLFormControlElement.h185 virtual bool shouldSaveAndRestoreFormControlState() const;
DHTMLFormControlElement.cpp537 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const in shouldSaveAndRestoreFormControlState() function in WebCore::HTMLFormControlElementWithState
550 if (!shouldSaveAndRestoreFormControlState()) in finishParsingChildren()
/external/webkit/Source/WebCore/dom/
DElement.h330 virtual bool shouldSaveAndRestoreFormControlState() const { return true; } in shouldSaveAndRestoreFormControlState() function
DDocument.cpp4307 if (!elementWithState->shouldSaveAndRestoreFormControlState()) in formElementsState()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2427601 Introduce Element::shouldSaveAndRestoreFormControlState() to check
27607 (WebCore::Document::formElementsState): Check shouldSaveAndRestoreFormControlState().
27609 (WebCore::Element::shouldSaveAndRestoreFormControlState): Added. It just returns true.
27613 (WebCore::HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState):
27616 Do not restore state if shouldSaveAndRestoreFormControlState() is false.
DChangeLog-2010-12-0631057 (WebCore::HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState):