OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:focusedUIElementForPage
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObjectCache.h
85
static AXObject*
focusedUIElementForPage
(const Page*);
AXObjectCache.cpp
159
AXObject* AXObjectCache::
focusedUIElementForPage
(const Page* page)
1014
AXObject* focusedObject =
focusedUIElementForPage
(page);
AXObject.cpp
571
return AXObjectCache::
focusedUIElementForPage
(page);
Completed in 80 milliseconds