OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLabelable
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.h
50
virtual bool
isLabelable
() const OVERRIDE FINAL { return true; }
55
return node.isHTMLElement() && toHTMLElement(node).
isLabelable
();
HTMLElement.h
89
virtual bool
isLabelable
() const { return false; }
HTMLLabelElement.cpp
42
if (!toHTMLElement(element)->
isLabelable
())
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp
339
if (!element->isHTMLElement() || !toHTMLElement(element)->
isLabelable
())
[
all
...]
Completed in 163 milliseconds