HomeSort by relevance Sort by last modified time
    Searched refs:isLabelable (Results 1 - 3 of 3) 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.isLabelable();
HTMLElement.h 88 virtual bool isLabelable() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.cpp 356 if (!element->isHTMLElement() || !toHTMLElement(element)->isLabelable())
    [all...]

Completed in 176 milliseconds