Searched refs:rendererIsFocusable (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLAreaElement.h56 virtual bool rendererIsFocusable() const OVERRIDE;
H A DHTMLOptGroupElement.h48 virtual bool rendererIsFocusable() const OVERRIDE { return true; }
H A DHTMLLabelElement.h56 virtual bool rendererIsFocusable() const OVERRIDE;
H A DHTMLOptionElement.h76 virtual bool rendererIsFocusable() const OVERRIDE { return true; }
H A DHTMLPlugInElement.h116 virtual bool rendererIsFocusable() const OVERRIDE FINAL;
H A DHTMLPlugInElement.cpp381 bool HTMLPlugInElement::rendererIsFocusable() const function in class:blink::HTMLPlugInElement
383 if (HTMLFrameOwnerElement::supportsFocus() && HTMLFrameOwnerElement::rendererIsFocusable())
H A DHTMLAreaElement.cpp192 bool HTMLAreaElement::rendererIsFocusable() const function in class:blink::HTMLAreaElement
H A DHTMLLabelElement.cpp53 bool HTMLLabelElement::rendererIsFocusable() const function in class:blink::HTMLLabelElement
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h361 // rendererIsFocusable(), this method may be called when layout is not up to
523 virtual bool rendererIsFocusable() const;
H A DElement.cpp225 bool Element::rendererIsFocusable() const function in class:blink::Element
2096 // Logic that deals with the renderer should be moved to rendererIsFocusable().
2129 return inDocument() && supportsFocus() && !isInert() && rendererIsFocusable();

Completed in 242 milliseconds