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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXNodeObject.h 160 virtual String ariaLabeledByAttribute() const OVERRIDE FINAL;
AXNodeObject.cpp 124 String ariaLabeledBy = ariaLabeledByAttribute();
797 bool hasTextAlternative = (!ariaLabeledByAttribute().isEmpty() || !getAttribute(aria_labelAttr).isEmpty());
1046 String AXNodeObject::ariaLabeledByAttribute() const
    [all...]
AXObject.h 431 virtual String ariaLabeledByAttribute() const { return String(); }

Completed in 38 milliseconds