Home
last modified time | relevance | path

Searched refs:updateFocusAppearanceSoon (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/
DHTMLInputElement.cpp708 document()->updateFocusAppearanceSoon(true /* restore selection */); in attach()
/external/webkit/Source/WebCore/dom/
DDocument.h936 void updateFocusAppearanceSoon(bool restorePreviousSelection);
DElement.cpp1008 document()->updateFocusAppearanceSoon(false /* don't restore selection */); in attach()
DDocument.cpp4607 void Document::updateFocusAppearanceSoon(bool restorePreviousSelection) in updateFocusAppearanceSoon() function in WebCore::Document
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2451473 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.
DChangeLog-2007-10-1410683 (WebCore::Document::updateFocusAppearanceSoon): Added. Starts timer.
10701 appearance timer to instead call updateFocusAppearanceSoon() on the