Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/html/
DLabelableElement.h54 virtual bool isLabelable() const OVERRIDE FINAL { return true; } in isLabelable() function
59 return element.isLabelable(); in isLabelableElement()
DHTMLElement.h88 virtual bool isLabelable() const { return false; } in isLabelable() function
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXNodeObject.cpp356 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable()) in labelForElement()