Lines Matching refs:children
1416 // aria-hidden hides this object and any children
1450 // If the object is in a tree, only tree items should be exposed (and the children of tree items).
1479 // If this element is within a parent that cannot have children, it should not be exposed.
1486 // An ARIA tree can only have tree items and static text as children.
2453 AccessibilityObject::AccessibilityChildrenVector children = parent->children();
2455 unsigned count = children.size();
2457 if (children[k]->elementRect().contains(point))
2458 return children[k].get();
2749 // Walk the parent chain looking for a parent that has presentational children
2848 // Go up the render parent chain, marking children as dirty.
2857 // Only do work if the children haven't been marked dirty. This has the effect of blocking
2875 // Elements that should not have children
2892 const AccessibilityObject::AccessibilityChildrenVector& AccessibilityRenderObject::children()
2906 // If the need to add more children in addition to existing children arises,
2907 // childrenChanged should have been called, leaving the object with no children.
2919 // add all unignored acc children
2924 AccessibilityChildrenVector children = obj->children();
2925 unsigned length = children.size();
2927 m_children.append(children[i]);
3062 // only listboxes should be asked for their selected children.
3086 // only listboxes are asked for their visible children.