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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AccessibilityImageMapLink.cpp 112 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
113 if (!ariaLabel.isEmpty())
114 return ariaLabel;
AccessibilityListBoxOption.cpp 151 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
152 if (!ariaLabel.isNull())
153 return ariaLabel;