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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.cpp 941 const AtomicString& activeDescendantAttrStr = element->getAttribute(aria_activedescendantAttr);
942 if (activeDescendantAttrStr.isNull() || activeDescendantAttrStr.isEmpty())
945 Element* target = element->treeScope().getElementById(activeDescendantAttrStr);
    [all...]

Completed in 42 milliseconds