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

  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h 233 void accessibilityChildrenFromAttribute(QualifiedName attr, AccessibilityChildrenVector&) const;
AXRenderObject.cpp 964 void AXRenderObject::accessibilityChildrenFromAttribute(QualifiedName attr, AccessibilityChildrenVector& children) const
981 accessibilityChildrenFromAttribute(aria_flowtoAttr, flowTo);
986 accessibilityChildrenFromAttribute(aria_controlsAttr, controls);
991 accessibilityChildrenFromAttribute(aria_describedbyAttr, describedby);
996 accessibilityChildrenFromAttribute(aria_labelledbyAttr, labelledby);
1001 accessibilityChildrenFromAttribute(aria_ownsAttr, owns);
    [all...]

Completed in 8219 milliseconds