Home
last modified time | relevance | path

Searched refs:activeDescendantAttrStr (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/accessibility/
DAccessibilityRenderObject.cpp2550 String activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr).string(); in activeDescendant() local
2551 if (activeDescendantAttrStr.isNull() || activeDescendantAttrStr.isEmpty()) in activeDescendant()
2554 Element* target = document()->getElementById(activeDescendantAttrStr); in activeDescendant()