Home
last modified time | relevance | path

Searched refs:isLabelable (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelableElement.h50 virtual bool isLabelable() const OVERRIDE FINAL { return true; } in isLabelable() function
55 return node.isHTMLElement() && toHTMLElement(node).isLabelable(); in isLabelableElement()
DHTMLLabelElement.cpp42 if (!toHTMLElement(element)->isLabelable()) in supportsLabels()
DHTMLElement.h89 virtual bool isLabelable() const { return false; } in isLabelable() function
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp339 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable()) in labelForElement()