Home | History | Annotate | Download | only in accessibility

Lines Matching refs:activeDescendant

917 AXObject* AXRenderObject::activeDescendant() const
939 // An activedescendant is only useful if it has a renderer, because that's what's needed to post the notification.
1641 AXRenderObject* activedescendant = toAXRenderObject(activeDescendant());
1643 if (activedescendant && shouldNotifyActiveDescendant())
2222 AXObject* activeDesc = activeDescendant();