activeDescendant  426 Source/core/accessibility/AXObject.h     virtual AXObject* activeDescendant() const { return 0; }
activeDescendant  178 Source/core/accessibility/AXObjectCache.cpp         if (AXObject* descendant = obj->activeDescendant())
activeDescendant 1658 Source/core/accessibility/AXRenderObject.cpp     AXRenderObject* activedescendant = toAXRenderObject(activeDescendant());
activeDescendant 2264 Source/core/accessibility/AXRenderObject.cpp     AXObject* activeDesc = activeDescendant();
activeDescendant  126 Source/core/accessibility/AXRenderObject.h     virtual AXObject* activeDescendant() const OVERRIDE;
activeDescendant  422 Source/web/WebAXObject.cpp     return WebAXObject(m_private->activeDescendant());