Home | History | Annotate | Download | only in html

Lines Matching defs:updateFocusAppearance

728 void HTMLInputElement::updateFocusAppearance(bool restorePreviousSelection)
731 InputElement::updateFocusAppearance(m_data, this, this, restorePreviousSelection);
733 HTMLFormControlElementWithState::updateFocusAppearance(restorePreviousSelection);
863 updateFocusAppearance(true);