Home
last modified time | relevance | path

Searched refs:shouldFocusActiveDescendant (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/accessibility/
DAXRenderObject.h134 virtual bool shouldFocusActiveDescendant() const OVERRIDE;
DAXObject.h442 virtual bool shouldFocusActiveDescendant() const { return false; } in shouldFocusActiveDescendant() function
DAXRenderObject.cpp237 return shouldFocusActiveDescendant(); in shouldNotifyActiveDescendant()
1034 bool AXRenderObject::shouldFocusActiveDescendant() const in shouldFocusActiveDescendant() function in blink::AXRenderObject
DAXObjectCache.cpp179 if (obj->shouldFocusActiveDescendant()) { in focusedUIElementForPage()