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 144 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
145 if (!ariaLabel.isNull())
146 return ariaLabel;
AXNodeObject.cpp 128 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
129 if (!ariaLabel.isEmpty())
130 return ariaLabel;
    [all...]
  /external/chromium_org/third_party/accessibility-audit/
axs_testing.js     [all...]

Completed in 65 milliseconds