OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:top_view
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/views/accessibility/
native_view_accessibility_win.cc
42
// id in |
top_view
|, and the child id requested, return the native
44
// |
top_view
|'s view hierarchy, if any.
45
IAccessible* GetAccessibleFromWebView(View*
top_view
, long child_id);
112
View*
top_view
, long child_id) {
116
if (last_top_view_ ==
top_view
) {
130
if (
top_view
== web_view || !
top_view
->Contains(web_view))
134
last_top_view_ =
top_view
;
[
all
...]
/external/chromium_org/ui/views/
view_unittest.cc
2247
TestView
top_view
;
local
2335
TestView
top_view
;
local
[
all
...]
Completed in 72 milliseconds