HomeSort by relevance Sort by last modified time
    Searched defs:controllers (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/sync/glue/
data_type_manager_impl.cc 42 // Comparator used when sorting data type controllers.
62 const DataTypeController::TypeMap& controllers)
64 controllers_(controllers),
69 // Ensure all data type controllers are stopped.
84 // Add any data type controllers into the needs_start_ list that are
125 // Add any data type controllers into that needs_stop_ list that are
217 // Do a fresh calculation to see if controllers need starting to account for
365 const DataTypeController::TypeMap& DataTypeManagerImpl::controllers() { function in class:browser_sync::DataTypeManagerImpl
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 45 Shell::RootWindowControllerList controllers = local
47 for (size_t i = 0; i < controllers.size(); ++i) {
48 if (controllers[i] != primary_controller) {
49 return controllers[i]->shelf()->
  /external/chromium_org/ash/accelerators/
accelerator_controller.cc 343 Shell::RootWindowControllerList controllers = local
345 for (size_t i = 0; i < controllers.size(); ++i) {
348 PrintWindowHierarchy(controllers[i]->root_window(), 0, &out);
499 // PerformAction() is performed from gesture controllers and passes
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 434 Shell::RootWindowControllerList controllers = local
436 for (Shell::RootWindowControllerList::iterator iter = controllers.begin();
437 iter != controllers.end(); ++iter) {
  /external/chromium_org/ash/
shell.cc 327 // Delete the activation controller after other controllers and launcher
570 // Create Controllers that may need root window.
571 // TODO(oshima): Move as many controllers before creating
742 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
743 for (RootWindowControllerList::iterator iter = controllers.begin();
744 iter != controllers.end(); ++iter)
769 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
770 for (RootWindowControllerList::iterator iter = controllers.begin();
771 iter != controllers.end(); ++iter)
776 RootWindowControllerList controllers = GetAllRootWindowControllers() local
791 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
825 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
836 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
843 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
961 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
    [all...]
  /external/chromium_org/ash/display/
display_controller.cc 264 // Delete all root window controllers, which deletes root window
373 std::vector<internal::RootWindowController*> controllers; local
379 controllers.push_back(controller);
381 return controllers;
    [all...]

Completed in 1782 milliseconds