Searched refs:shouldFocusActiveDescendant (Results 1 – 4 of 4) sorted by relevance
134 virtual bool shouldFocusActiveDescendant() const OVERRIDE;
442 virtual bool shouldFocusActiveDescendant() const { return false; } in shouldFocusActiveDescendant() function
237 return shouldFocusActiveDescendant(); in shouldNotifyActiveDescendant()1034 bool AXRenderObject::shouldFocusActiveDescendant() const in shouldFocusActiveDescendant() function in blink::AXRenderObject
179 if (obj->shouldFocusActiveDescendant()) { in focusedUIElementForPage()