OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:window_tree_hosts_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/display/
display_controller.cc
298
window_tree_hosts_
[primary_display_id]);
333
CHECK_EQ(1u,
window_tree_hosts_
.count(id));
334
AshWindowTreeHost* host =
window_tree_hosts_
[id];
340
for (WindowTreeHostMap::const_iterator it =
window_tree_hosts_
.begin();
341
it !=
window_tree_hosts_
.end();
358
for (WindowTreeHostMap::const_iterator it =
window_tree_hosts_
.begin();
359
it !=
window_tree_hosts_
.end();
380
for (WindowTreeHostMap::const_iterator it =
window_tree_hosts_
.begin();
381
it !=
window_tree_hosts_
.end();
460
window_tree_hosts_
.size() < 2)
[
all
...]
display_controller.h
169
// |
window_tree_hosts_
| map.
202
WindowTreeHostMap
window_tree_hosts_
;
member in class:ash::DisplayController
Completed in 536 milliseconds