Home | History | Annotate | Download | only in html

Lines Matching defs:updateFocusAppearance

402 void HTMLInputElement::updateFocusAppearance(bool restorePreviousSelection)
405 InputElement::updateFocusAppearance(m_data, this, this, restorePreviousSelection);
407 HTMLFormControlElementWithState::updateFocusAppearance(restorePreviousSelection);
505 updateFocusAppearance(true);