HomeSort by relevance Sort by last modified time
    Searched refs:supportsFocus (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGDefsElement.h 34 virtual bool supportsFocus() const OVERRIDE { return false; }
SVGAElement.cpp 151 // Skip the supportsFocus check in SVGElement.
155 bool SVGAElement::supportsFocus() const
158 return SVGGraphicsElement::supportsFocus();
160 return isLink() || SVGGraphicsElement::supportsFocus();
165 return !m_wasFocusedByMouse || SVGGraphicsElement::supportsFocus();
183 return supportsFocus();
190 if (isFocusable() && Element::supportsFocus())
SVGClipPathElement.h 40 virtual bool supportsFocus() const OVERRIDE { return false; }
SVGGraphicsElement.h 75 virtual bool supportsFocus() const OVERRIDE { return Element::supportsFocus() || hasFocusEventListeners(); }
SVGAElement.h 52 virtual bool supportsFocus() const OVERRIDE;
SVGElement.h 61 virtual bool supportsFocus() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSummaryElement.h 44 virtual bool supportsFocus() const OVERRIDE;
HTMLOutputElement.cpp 58 bool HTMLOutputElement::supportsFocus() const
60 return HTMLElement::supportsFocus();
HTMLBodyElement.h 62 virtual bool supportsFocus() const OVERRIDE;
HTMLFieldSetElement.h 53 virtual bool supportsFocus() const OVERRIDE;
HTMLOutputElement.h 64 virtual bool supportsFocus() const OVERRIDE;
HTMLFieldSetElement.cpp 81 bool HTMLFieldSetElement::supportsFocus() const
83 return HTMLElement::supportsFocus();
HTMLAnchorElement.cpp 79 bool HTMLAnchorElement::supportsFocus() const
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.
HTMLFrameElementBase.h 56 virtual bool supportsFocus() const OVERRIDE FINAL;
HTMLAnchorElement.h 93 virtual bool supportsFocus() const OVERRIDE;
HTMLSummaryElement.cpp 88 bool HTMLSummaryElement::supportsFocus() const
HTMLPlugInElement.h 115 virtual bool supportsFocus() const OVERRIDE FINAL { return true; }
HTMLFormControlElement.h 129 virtual bool supportsFocus() const OVERRIDE;
HTMLFrameElementBase.cpp 178 bool HTMLFrameElementBase::supportsFocus() const
HTMLBodyElement.cpp 195 bool HTMLBodyElement::supportsFocus() const
199 return hasEditableStyle() || HTMLElement::supportsFocus();
HTMLAreaElement.cpp 198 return supportsFocus() && Element::tabIndex() >= 0;
HTMLFormControlElement.cpp 322 bool HTMLFormControlElement::supportsFocus() const
363 // Skip the supportsFocus check in HTMLElement.
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
TextControlInnerElements.h 53 virtual bool supportsFocus() const OVERRIDE { return false; }
66 virtual bool supportsFocus() const OVERRIDE { return false; }
79 virtual bool supportsFocus() const OVERRIDE { return false; }
92 virtual bool supportsFocus() const OVERRIDE { return false; }
DateTimeFieldElement.h 101 virtual bool supportsFocus() const OVERRIDE FINAL;
DateTimeFieldElement.cpp 208 bool DateTimeFieldElement::supportsFocus() const

Completed in 1434 milliseconds

1 2