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

1 2

  /external/webkit/Source/WebCore/html/
HTMLFieldSetElement.cpp 47 bool HTMLFieldSetElement::supportsFocus() const
49 return HTMLElement::supportsFocus();
HTMLFieldSetElement.h 39 virtual bool supportsFocus() const;
HTMLLegendElement.h 41 virtual bool supportsFocus() const;
HTMLOptGroupElement.cpp 51 bool HTMLOptGroupElement::supportsFocus() const
53 return HTMLElement::supportsFocus();
59 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
HTMLOptGroupElement.h 46 virtual bool supportsFocus() const;
HTMLPlugInElement.h 67 virtual bool supportsFocus() const;
HTMLLegendElement.cpp 46 bool HTMLLegendElement::supportsFocus() const
48 return HTMLElement::supportsFocus();
HTMLAreaElement.h 54 virtual bool supportsFocus() const;
HTMLFrameElementBase.h 60 virtual bool supportsFocus() const;
HTMLAnchorElement.h 104 virtual bool supportsFocus() const;
HTMLBodyElement.h 82 virtual bool supportsFocus() const;
HTMLOptionElement.h 69 virtual bool supportsFocus() const;
HTMLOptionElement.cpp 94 bool HTMLOptionElement::supportsFocus() const
96 return HTMLElement::supportsFocus();
102 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
HTMLAnchorElement.cpp 73 bool HTMLAnchorElement::supportsFocus() const
76 return HTMLElement::supportsFocus();
78 return isLink() || HTMLElement::supportsFocus();
87 return HTMLElement::supportsFocus();
295 // Skip the supportsFocus check in HTMLElement.
HTMLElement.h 58 virtual bool supportsFocus() const;
HTMLFormControlElement.h 142 virtual bool supportsFocus() const;
HTMLPlugInElement.cpp 188 bool HTMLPlugInElement::supportsFocus() const
  /external/webkit/Source/WebCore/wml/
WMLAElement.h 40 virtual bool supportsFocus() const;
WMLFormControlElement.h 43 virtual bool supportsFocus() const;
WMLFormControlElement.cpp 47 bool WMLFormControlElement::supportsFocus() const
WMLAElement.cpp 81 bool WMLAElement::supportsFocus() const
83 return isLink() || WMLElement::supportsFocus();
  /external/webkit/Source/WebCore/svg/
SVGAElement.h 62 virtual bool supportsFocus() const;
SVGAElement.cpp 196 bool SVGAElement::supportsFocus() const
199 return SVGStyledTransformableElement::supportsFocus();
  /external/webkit/Source/WebCore/platform/haiku/
RenderThemeHaiku.cpp 58 static bool supportsFocus(ControlPart appearance)
77 return supportsFocus(style->appearance());
  /external/webkit/Source/WebCore/platform/wx/
RenderThemeWx.cpp 111 bool supportsFocus(ControlPart) const;
246 bool RenderThemeWx::supportsFocus(ControlPart part) const
290 if (supportsFocus(part) && isFocused(o))
353 if (supportsFocus(o->style()->appearance()) && isFocused(o))
382 if (supportsFocus(o->style()->appearance()) && isFocused(o))

Completed in 150 milliseconds

1 2