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 159 virtual String ariaLabeledByAttribute() const OVERRIDE;
AXNodeObject.cpp 123 String ariaLabeledBy = ariaLabeledByAttribute();
799 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 73 milliseconds