HomeSort by relevance Sort by last modified time
    Searched full:arialevel (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebCore/accessibility/
AccessibilityRenderObject.cpp 989 String ariaLevel = element->getAttribute(aria_levelAttr);
990 if (!ariaLevel.isEmpty())
991 return ariaLevel.toInt();
    [all...]

Completed in 55 milliseconds