Searched refs:IDToWindow (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ash/shell/
H A Dwindow_watcher.h49 typedef std::map<ash::LauncherID, aura::Window*> IDToWindow; typedef in class:ash::shell::WindowWatcher
52 IDToWindow id_to_window_;
H A Dwindow_watcher.cc87 IDToWindow::const_iterator i = id_to_window_.find(id);
92 for (IDToWindow::const_iterator i = id_to_window_.begin();
128 for (IDToWindow::iterator i = id_to_window_.begin();

Completed in 149 milliseconds