Searched defs:root_windows (Results 51 - 51 of 51) sorted by relevance

123

/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc1713 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows(); local
1715 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
1716 iter != root_windows.end(); ++iter) {
1726 aura::Window::Windows root_windows = ash::Shell::GetAllRootWindows();
1728 for (aura::Window::Windows::const_iterator iter = root_windows.begin();
1729 iter != root_windows.end(); ++iter) {

Completed in 67 milliseconds

123