Searched refs:shouldHaveFocusAppearance (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.h53 virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL;
H A DSVGAElement.cpp163 bool SVGAElement::shouldHaveFocusAppearance() const function in class:blink::SVGAElement
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAnchorElement.h96 virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL;
H A DHTMLFormControlElement.h132 virtual bool shouldHaveFocusAppearance() const OVERRIDE FINAL;
H A DHTMLAnchorElement.cpp87 bool HTMLAnchorElement::shouldHaveFocusAppearance() const function in class:blink::HTMLAnchorElement
H A DHTMLFormControlElement.cpp338 bool HTMLFormControlElement::shouldHaveFocusAppearance() const function in class:blink::HTMLFormControlElement
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.cpp611 if (node->focused() && !node->shouldHaveFocusAppearance())
707 return node == document.focusedElement() && node->focused() && node->shouldHaveFocusAppearance() && frame && frame->selection().isFocusedAndActive();
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.h396 virtual bool shouldHaveFocusAppearance() const;
H A DNode.cpp810 bool Node::shouldHaveFocusAppearance() const function in class:blink::Node

Completed in 1778 milliseconds