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

/external/chromium_org/ash/shell/
H A Dwindow_watcher.cc88 IDToWindow::const_iterator i = id_to_window_.find(id);
89 return i != id_to_window_.end() ? i->second : NULL;
105 id_to_window_[id] = new_window;
127 for (IDToWindow::iterator i = id_to_window_.begin();
128 i != id_to_window_.end(); ++i) {
134 id_to_window_.erase(i);
H A Dwindow_watcher.h52 IDToWindow id_to_window_; member in class:ash::shell::WindowWatcher

Completed in 954 milliseconds