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

  /external/webkit/Source/WebKit/win/
AccessibleImage.cpp 49 String ariaLabel = obj->ariaLabeledByAttribute();
50 if (!ariaLabel.isEmpty())
51 return ariaLabel;
  /external/webkit/Source/WebCore/accessibility/
AccessibilityImageMapLink.cpp 101 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
102 if (!ariaLabel.isEmpty())
103 return ariaLabel;
AccessibilityListBoxOption.cpp 142 const AtomicString& ariaLabel = getAttribute(aria_labelAttr);
143 if (!ariaLabel.isNull())
144 return ariaLabel;
AccessibilityRenderObject.cpp     [all...]

Completed in 86 milliseconds