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

/external/webkit/Source/WebCore/html/
H A DHTMLFieldSetElement.cpp47 bool HTMLFieldSetElement::supportsFocus() const function in class:WebCore::HTMLFieldSetElement
49 return HTMLElement::supportsFocus();
H A DHTMLLegendElement.cpp46 bool HTMLLegendElement::supportsFocus() const function in class:WebCore::HTMLLegendElement
48 return HTMLElement::supportsFocus();
H A DHTMLOptGroupElement.cpp51 bool HTMLOptGroupElement::supportsFocus() const function in class:WebCore::HTMLOptGroupElement
53 return HTMLElement::supportsFocus();
59 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
H A DHTMLPlugInElement.cpp188 bool HTMLPlugInElement::supportsFocus() const function in class:WebCore::HTMLPlugInElement
H A DHTMLFrameElementBase.cpp220 bool HTMLFrameElementBase::supportsFocus() const function in class:WebCore::HTMLFrameElementBase
H A DHTMLAreaElement.cpp196 return supportsFocus() && Element::tabIndex() >= 0;
229 bool HTMLAreaElement::supportsFocus() const function in class:WebCore::HTMLAreaElement
H A DHTMLBodyElement.cpp211 bool HTMLBodyElement::supportsFocus() const function in class:WebCore::HTMLBodyElement
213 return rendererIsEditable() || HTMLElement::supportsFocus();
H A DHTMLOptionElement.cpp94 bool HTMLOptionElement::supportsFocus() const function in class:WebCore::HTMLOptionElement
96 return HTMLElement::supportsFocus();
102 return supportsFocus() && renderStyle() && renderStyle()->display() != NONE;
H A DHTMLAnchorElement.cpp73 bool HTMLAnchorElement::supportsFocus() const function in class:WebCore::HTMLAnchorElement
76 return HTMLElement::supportsFocus();
78 return isLink() || HTMLElement::supportsFocus();
87 return HTMLElement::supportsFocus();
295 // Skip the supportsFocus check in HTMLElement.
H A DHTMLElement.cpp651 bool HTMLElement::supportsFocus() const function in class:WebCore::HTMLElement
653 return Element::supportsFocus() || (rendererIsEditable() && parentNode() && !parentNode()->rendererIsEditable());
753 if (supportsFocus())
H A DHTMLFormControlElement.cpp278 bool HTMLFormControlElement::supportsFocus() const function in class:WebCore::HTMLFormControlElement
312 // Skip the supportsFocus check in HTMLElement.
/external/webkit/Source/WebCore/wml/
H A DWMLFormControlElement.cpp47 bool WMLFormControlElement::supportsFocus() const function in class:WebCore::WMLFormControlElement
H A DWMLAElement.cpp81 bool WMLAElement::supportsFocus() const function in class:WebCore::WMLAElement
83 return isLink() || WMLElement::supportsFocus();
/external/webkit/Source/WebCore/svg/
H A DSVGAElement.cpp196 bool SVGAElement::supportsFocus() const function in class:WebCore::SVGAElement
199 return SVGStyledTransformableElement::supportsFocus();
/external/webkit/Source/WebCore/platform/haiku/
H A DRenderThemeHaiku.cpp58 static bool supportsFocus(ControlPart appearance) function in namespace:WebCore
77 return supportsFocus(style->appearance());
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp111 bool supportsFocus(ControlPart) const;
246 bool RenderThemeWx::supportsFocus(ControlPart part) const function in class:WebCore::RenderThemeWx
290 if (supportsFocus(part) && isFocused(o))
353 if (supportsFocus(o->style()->appearance()) && isFocused(o))
382 if (supportsFocus(o->style()->appearance()) && isFocused(o))
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeWinCE.cpp129 bool RenderThemeWinCE::supportsFocus(ControlPart appearance) const function in class:WebCore::RenderThemeWinCE
146 return supportsFocus(style->appearance());
H A DRenderThemeChromiumWin.cpp158 static bool supportsFocus(ControlPart appearance) function in namespace:WebCore
545 else if (supportsFocus(appearance) && isFocused(o))
565 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
601 else if (supportsFocus(part) && isFocused(o)) // So does focused
H A DRenderThemeWin.cpp380 bool RenderThemeWin::supportsFocus(ControlPart appearance) const function in class:WebCore::RenderThemeWin
394 return supportsFocus(style->appearance());
454 else if (supportsFocus(appearance) && isFocused(o))
468 else if (supportsFocus(o->style()->appearance()) && isFocused(o->parent()))
484 else if (supportsFocus(o->style()->appearance()) && isFocused(o))
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp277 bool RenderThemeAndroid::supportsFocus(ControlPart appearance) function in class:WebCore::RenderThemeAndroid
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.cpp126 static bool supportsFocus(ControlPart appearance) function in namespace:WebCore
147 return supportsFocus(style->appearance());
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.cpp763 static bool supportsFocus(ControlPart appearance) function in namespace:WebCore
784 return supportsFocus(style->appearance());
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.cpp1068 bool RenderThemeQt::supportsFocus(ControlPart appearance) const function in class:WebCore::RenderThemeQt
1135 if (supportsFocus(result) && isFocused(o)) {
/external/webkit/Source/WebCore/dom/
H A DNode.cpp936 bool Node::supportsFocus() const function in class:WebCore::Node
943 if (!inDocument() || !supportsFocus())

Completed in 8372 milliseconds