HomeSort by relevance Sort by last modified time
    Searched defs:shouldSaveAndRestoreFormControlState (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
Element.h 330 virtual bool shouldSaveAndRestoreFormControlState() const { return true; }
  /external/webkit/Source/WebCore/html/
HTMLFormControlElement.cpp 537 bool HTMLFormControlElementWithState::shouldSaveAndRestoreFormControlState() const
547 // We don't save state of a control with shouldSaveAndRestoreFormControlState()=false.
550 if (!shouldSaveAndRestoreFormControlState())

Completed in 476 milliseconds