Searched refs:shouldSaveAndRestoreFormControlState (Results 1 – 6 of 6) sorted by relevance
185 virtual bool shouldSaveAndRestoreFormControlState() const;
537 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const in shouldSaveAndRestoreFormControlState() function in WebCore::HTMLFormControlElementWithState550 if (!shouldSaveAndRestoreFormControlState()) in finishParsingChildren()
330 virtual bool shouldSaveAndRestoreFormControlState() const { return true; } in shouldSaveAndRestoreFormControlState() function
4307 if (!elementWithState->shouldSaveAndRestoreFormControlState()) in formElementsState()
27601 Introduce Element::shouldSaveAndRestoreFormControlState() to check27607 (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.
31057 (WebCore::HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState):