HomeSort by relevance Sort by last modified time
    Searched refs:RootWindowControllerList (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/ash/
cancel_mode.cc 14 Shell::RootWindowControllerList controllers(
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
shell.cc 220 Shell::RootWindowControllerList Shell::GetAllRootWindowControllers() {
366 RootWindowControllerList controllers = GetAllRootWindowControllers();
367 for (RootWindowControllerList::iterator iter = controllers.begin();
419 RootWindowControllerList controllers = GetAllRootWindowControllers();
420 for (RootWindowControllerList::iterator iter = controllers.begin();
446 RootWindowControllerList controllers = GetAllRootWindowControllers();
447 for (RootWindowControllerList::iterator iter = controllers.begin();
456 RootWindowControllerList controllers = GetAllRootWindowControllers();
457 for (RootWindowControllerList::iterator iter = controllers.begin();
479 RootWindowControllerList controllers = GetAllRootWindowControllers()
    [all...]
shell.h 168 typedef std::vector<RootWindowController*> RootWindowControllerList;
194 static RootWindowControllerList GetAllRootWindowControllers();
root_window_controller_unittest.cc 464 Shell::RootWindowControllerList controllers =
  /external/chromium_org/ash/test/
status_area_widget_test_helper.cc 27 Shell::RootWindowControllerList controllers =
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 231 Shell::RootWindowControllerList controllers =
233 for (Shell::RootWindowControllerList::iterator iter = controllers.begin();
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 151 Shell::RootWindowControllerList controllers(
153 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
shelf_layout_manager_unittest.cc     [all...]
  /external/chromium_org/ash/wm/maximize_mode/
maximize_mode_window_manager.cc 273 Shell::RootWindowControllerList controllers =
275 for (Shell::RootWindowControllerList::iterator iter = controllers.begin();
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
user_switch_animator_chromeos.cc 174 ash::Shell::RootWindowControllerList controller =
176 for (ash::Shell::RootWindowControllerList::iterator iter = controller.begin();
  /external/chromium_org/ash/wm/overview/
window_selector.cc 81 Shell::RootWindowControllerList root_window_controllers =
83 for (Shell::RootWindowControllerList::iterator iter =
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 726 Shell::RootWindowControllerList controllers =
    [all...]

Completed in 310 milliseconds