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

  /external/webkit/WebKit/win/
AccessibleImage.cpp 49 String ariaLabel = obj->ariaLabeledByAttribute();
50 if (!ariaLabel.isEmpty())
51 return ariaLabel;
  /external/webkit/WebCore/accessibility/
AccessibilityRenderObject.cpp 957 Vector<UChar> ariaLabel;
963 ariaLabel.append(nameFragment.characters(), nameFragment.length());
966 ariaLabel.append(nameFragment.characters(), nameFragment.length());
970 ariaLabel.append(' ');
972 return String::adopt(ariaLabel);
1062 String ariaLabel = ariaLabeledByAttribute();
1063 if (!ariaLabel.isEmpty())
1064 return ariaLabel;
1116 String ariaLabel = getAttribute(aria_labelAttr).string();
1117 if (!ariaLabel.isEmpty()
    [all...]

Completed in 424 milliseconds