shouldFocusActiveDescendant 442 Source/core/accessibility/AXObject.h virtual bool shouldFocusActiveDescendant() const { return false; } shouldFocusActiveDescendant 177 Source/core/accessibility/AXObjectCache.cpp if (obj->shouldFocusActiveDescendant()) { shouldFocusActiveDescendant 243 Source/core/accessibility/AXRenderObject.cpp return shouldFocusActiveDescendant(); shouldFocusActiveDescendant 136 Source/core/accessibility/AXRenderObject.h virtual bool shouldFocusActiveDescendant() const OVERRIDE;