Home | History | Annotate | Download | only in accessibility

Lines Matching full:activedescendant

2832 AccessibilityObject* AccessibilityRenderObject::activeDescendant() const
2851 // an activedescendant is only useful if it has a renderer, because that's what's needed to post the notification
2898 AccessibilityRenderObject* activedescendant = static_cast<AccessibilityRenderObject*>(activeDescendant());
2900 if (activedescendant && shouldFocusActiveDescendant())
3487 AccessibilityObject* activeDesc = activeDescendant();