HomeSort by relevance Sort by last modified time
    Searched refs:isLabelable (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/
LabelableElement.h 54 virtual bool isLabelable() const OVERRIDE FINAL { return true; }
59 return element.isHTMLElement() && toHTMLElement(element).isLabelable();
64 return element.isLabelable();
HTMLLabelElement.cpp 44 if (!toHTMLElement(element).isLabelable())
HTMLElement.h 84 virtual bool isLabelable() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 344 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
    [all...]

Completed in 408 milliseconds