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 232 void accessibilityChildrenFromAttribute(QualifiedName attr, AccessibilityChildrenVector&) const;
AXRenderObject.cpp 946 void AXRenderObject::accessibilityChildrenFromAttribute(QualifiedName attr, AccessibilityChildrenVector& children) const
963 accessibilityChildrenFromAttribute(aria_flowtoAttr, flowTo);
968 accessibilityChildrenFromAttribute(aria_controlsAttr, controls);
973 accessibilityChildrenFromAttribute(aria_describedbyAttr, describedby);
978 accessibilityChildrenFromAttribute(aria_labelledbyAttr, labelledby);
983 accessibilityChildrenFromAttribute(aria_ownsAttr, owns);
    [all...]

Completed in 133 milliseconds