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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXImageMapLink.cpp 104 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
105 if (!ariaLabel.isEmpty())
106 return ariaLabel;
AXListBoxOption.cpp 115 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
116 if (!ariaLabel.isNull())
117 return ariaLabel;
AXNodeObject.cpp 130 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
131 if (!ariaLabel.isEmpty())
132 return ariaLabel;
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]

Completed in 473 milliseconds