Searched refs:restorePreviousSelection (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLLegendElement.h47 virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
H A DHTMLLabelElement.h71 virtual void focus(bool restorePreviousSelection, FocusType) OVERRIDE;
H A DHTMLAreaElement.cpp219 void HTMLAreaElement::updateFocusAppearance(bool restorePreviousSelection) argument
228 imageElement->updateFocusAppearance(restorePreviousSelection);
H A DHTMLTextAreaElement.h121 virtual void updateFocusAppearance(bool restorePreviousSelection) OVERRIDE;
H A DHTMLTextAreaElement.cpp240 void HTMLTextAreaElement::updateFocusAppearance(bool restorePreviousSelection) argument
242 if (!restorePreviousSelection)
H A DHTMLInputElement.cpp333 void HTMLInputElement::updateFocusAppearance(bool restorePreviousSelection) argument
336 if (!restorePreviousSelection)
343 HTMLTextFormControlElement::updateFocusAppearance(restorePreviousSelection);
H A DHTMLInputElement.h149 virtual void updateFocusAppearance(bool restorePreviousSelection) OVERRIDE FINAL;
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h356 virtual void focus(bool restorePreviousSelection = true, FocusType = FocusTypeNone);
357 virtual void updateFocusAppearance(bool restorePreviousSelection);
H A DDocument.h840 void updateFocusAppearanceSoon(bool restorePreviousSelection);
H A DElement.cpp2023 void Element::focus(bool restorePreviousSelection, FocusType type)
2048 updateFocusAppearance(restorePreviousSelection);
2059 void Element::updateFocusAppearance(bool /*restorePreviousSelection*/)
H A DDocument.cpp4934 void Document::updateFocusAppearanceSoon(bool restorePreviousSelection) argument
4936 m_updateFocusAppearanceRestoresSelection = restorePreviousSelection;

Completed in 132 milliseconds