Searched defs:supportsFocus (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLSummaryElement.cpp88 bool HTMLSummaryElement::supportsFocus() const function in class:blink::HTMLSummaryElement
H A DHTMLFieldSetElement.cpp81 bool HTMLFieldSetElement::supportsFocus() const function in class:blink::HTMLFieldSetElement
83 return HTMLElement::supportsFocus();
H A DHTMLOutputElement.cpp58 bool HTMLOutputElement::supportsFocus() const function in class:blink::HTMLOutputElement
60 return HTMLElement::supportsFocus();
H A DHTMLBodyElement.cpp195 bool HTMLBodyElement::supportsFocus() const function in class:blink::HTMLBodyElement
199 return hasEditableStyle() || HTMLElement::supportsFocus();
H A DHTMLFrameElementBase.cpp178 bool HTMLFrameElementBase::supportsFocus() const function in class:blink::HTMLFrameElementBase
H A DHTMLAnchorElement.cpp79 bool HTMLAnchorElement::supportsFocus() const function in class:blink::HTMLAnchorElement
82 return HTMLElement::supportsFocus();
84 return isLink() || HTMLElement::supportsFocus();
89 return !m_wasFocusedByMouse || HTMLElement::supportsFocus();
102 return supportsFocus();
111 if (isFocusable() && Element::supportsFocus())
306 // Skip the supportsFocus check in HTMLElement.
H A DHTMLFormControlElement.cpp322 bool HTMLFormControlElement::supportsFocus() const function in class:blink::HTMLFormControlElement
363 // Skip the supportsFocus check in HTMLElement.
H A DHTMLMediaElement.cpp515 bool HTMLMediaElement::supportsFocus() const function in class:blink::HTMLMediaElement
521 return shouldShowControls() || HTMLElement::supportsFocus();
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGAElement.cpp151 // Skip the supportsFocus check in SVGElement.
155 bool SVGAElement::supportsFocus() const function in class:blink::SVGAElement
158 return SVGGraphicsElement::supportsFocus();
160 return isLink() || SVGGraphicsElement::supportsFocus();
165 return !m_wasFocusedByMouse || SVGGraphicsElement::supportsFocus();
183 return supportsFocus();
190 if (isFocusable() && Element::supportsFocus())
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeFieldElement.cpp208 bool DateTimeFieldElement::supportsFocus() const function in class:blink::DateTimeFieldElement

Completed in 1128 milliseconds