Searched refs:activeDescendantAttrStr (Results 1 – 1 of 1) sorted by relevance
2550 String activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr).string(); in activeDescendant() local2551 if (activeDescendantAttrStr.isNull() || activeDescendantAttrStr.isEmpty()) in activeDescendant()2554 Element* target = document()->getElementById(activeDescendantAttrStr); in activeDescendant()