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
81
static AccessibilityObject*
focusedUIElementForPage
(const Page*);
232
inline AccessibilityObject* AXObjectCache::
focusedUIElementForPage
(const Page*) { return 0; }
AXObjectCache.cpp
152
AccessibilityObject* AXObjectCache::
focusedUIElementForPage
(const Page* page)
997
AccessibilityObject* focusedObject =
focusedUIElementForPage
(page);
AccessibilityObject.cpp
534
return AXObjectCache::
focusedUIElementForPage
(page);
Completed in 199 milliseconds