OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shouldFocusActiveDescendant
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXRenderObject.h
132
virtual bool
shouldFocusActiveDescendant
() const OVERRIDE;
AXObject.h
438
virtual bool
shouldFocusActiveDescendant
() const { return false; }
AXRenderObject.cpp
245
return
shouldFocusActiveDescendant
();
1003
bool AXRenderObject::
shouldFocusActiveDescendant
() const
[
all
...]
AXObjectCache.cpp
177
if (obj->
shouldFocusActiveDescendant
()) {
Completed in 204 milliseconds