Home | History | Annotate | Download | only in html

Lines Matching defs:shouldSaveAndRestoreFormControlState

487 bool HTMLInputElement::shouldSaveAndRestoreFormControlState() const
489 if (!m_inputType->shouldSaveAndRestoreFormControlState())
491 return HTMLTextFormControlElement::shouldSaveAndRestoreFormControlState();