OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IDToWindow
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/shell/
window_watcher.h
48
typedef std::map<ash::LauncherID, aura::Window*>
IDToWindow
;
51
IDToWindow
id_to_window_;
window_watcher.cc
90
IDToWindow
::const_iterator i = id_to_window_.find(id);
129
for (
IDToWindow
::iterator i = id_to_window_.begin();
Completed in 132 milliseconds