Searched refs:updateFocusAppearanceSoon (Results 1 – 6 of 6) sorted by relevance
708 document()->updateFocusAppearanceSoon(true /* restore selection */); in attach()
936 void updateFocusAppearanceSoon(bool restorePreviousSelection);
1008 document()->updateFocusAppearanceSoon(false /* don't restore selection */); in attach()
4607 void Document::updateFocusAppearanceSoon(bool restorePreviousSelection) in updateFocusAppearanceSoon() function in WebCore::Document
51473 The fix is to call updateFocusAppearanceSoon() when attaching the input element,51478 * dom/Document.h: Add a paramter to updateFocusAppearanceSoon() and a member variable,51482 (WebCore::Document::updateFocusAppearanceSoon): New restorePreviousSelection parameter.51485 (WebCore::Element::attach): Call updateFocusAppearanceSoon() with false.51488 (WebCore::HTMLInputElement::attach): Call document()->updateFocusAppearanceSoon() with true.
10683 (WebCore::Document::updateFocusAppearanceSoon): Added. Starts timer.10701 appearance timer to instead call updateFocusAppearanceSoon() on the