HomeSort by relevance Sort by last modified time
    Searched refs:controllers (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/ash/
cancel_mode.cc 14 Shell::RootWindowControllerList controllers(
16 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
17 i != controllers.end(); ++i) {
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/chrome/browser/sync/glue/
data_type_manager_mock.h 24 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
model_association_manager.h 47 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
99 // association. If non-null, fills |needs_start| with all such controllers.
159 // Controllers that need to be started during a config cycle.
162 // Controllers that need to be stopped during a config cycle.
165 // Controllers whose |LoadModels| function has been invoked and that are
170 // Controllers whose models are loaded and are ready to do model
171 // association. Controllers will be moved from |pending_model_load_|
183 // Set of all registered controllers.
data_type_manager_impl.h 43 const DataTypeController::TypeMap* controllers,
125 // Map of all data type controllers that are available for sync.
data_type_manager_impl.cc 55 const DataTypeController::TypeMap* controllers,
61 controllers_(controllers),
67 model_association_manager_(controllers, this),
  /external/chromium/chrome/browser/sync/glue/
data_type_manager_mock.h 39 MOCK_METHOD0(controllers, const DataTypeController::TypeMap&());
data_type_manager_impl.h 25 const DataTypeController::TypeMap& controllers);
31 virtual const DataTypeController::TypeMap& controllers();
50 // association. If non-null, fills |needs_start| with all such controllers.
62 // Map of all data type controllers that are available for sync.
data_type_manager.h 95 // Reference to map of data type controllers.
96 virtual const DataTypeController::TypeMap& controllers() = 0;
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/third_party/WebKit/Tools/GardeningServer/scripts/
controllers_unittests.js 32 module("controllers");
52 var controller = controllers.UnexpectedFailures(mockState, mockView, mockDelegate);
77 test("controllers.FailingBuilders", 3, function() {
84 var failingBuilders = new controllers.FailingBuilders(view, 'dummy message');
controllers.js 26 var controllers = controllers || {};
95 controllers.ResultsDetails = base.extends(Object, {
135 controllers.ExpectedFailures = base.extends(Object, {
166 var controller = new controllers.ResultsDetails(resultsView, failuresByTest);
225 var controller = new controllers.ResultsDetails(resultsView, failuresByTest);
249 controllers.UnexpectedFailures = base.extends(FailureStreamController, {
302 controllers.Failures = base.extends(FailureStreamController, {
315 controllers.FailingBuilders = base.extends(Object, {
garden-o-matic.js 113 g_unexpectedFailuresController = new controllers.UnexpectedFailures(model.state, unexpectedFailuresView, onebarController);
116 g_nonLayoutTestFailureBuilders = new controllers.FailingBuilders(g_info, 'Non-layout test failures');
131 g_failuresController = new controllers.ExpectedFailures(model.state, failuresView, onebarController);
  /external/chromium/chrome/browser/chromeos/login/
views_login_display.cc 45 const std::vector<chromeos::UserController*>& controllers) {
47 for (size_t i = 0; i + 1 < controllers.size(); ++i) {
49 controllers[i]->user().GetDisplayName();
52 for (size_t i = 0; i < controllers.size(); ++i) {
54 controllers[i]->user().GetDisplayName();
55 bool show_tooltip = controllers[i]->is_new_user() ||
56 controllers[i]->is_guest() ||
58 controllers[i]->EnableNameTooltip(show_tooltip);
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 168 Shell::RootWindowControllerList controllers(
170 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
171 i != controllers.end();
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.h 28 const browser_sync::DataTypeController::TypeMap& controllers);
profile_sync_factory.h 57 // list of data type controllers. The return pointer is owned by
61 const browser_sync::DataTypeController::TypeMap& controllers) = 0;
profile_sync_factory_impl.cc 161 const DataTypeController::TypeMap& controllers) {
162 return new DataTypeManagerImpl(backend, controllers);
  /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/chrome/browser/sync/
profile_sync_components_factory.h 74 // type controllers and a DataTypeManagerObserver. The return pointer is
79 const browser_sync::DataTypeController::TypeMap* controllers,
profile_sync_components_factory_impl.h 34 const browser_sync::DataTypeController::TypeMap* controllers,
profile_sync_components_factory_impl.cc 295 const DataTypeController::TypeMap* controllers,
301 controllers,
  /external/sonivox/jet_tools/JetCreator/
midifile.py 721 self.controllers = []
724 self.controllers.append({})
725 self.controllers[channel] = copy.deepcopy(DEFAULT_CONTROLLER_VALUES)
739 output.append(' controllers')
740 for controller in self.controllers[channel].keys():
741 output.append(' %03d: %03d' % (controller, self.controllers[channel][controller]))
774 self.controllers[channel][controller] = event.value
776 rpn = (self.controllers[channel][CTRL_RPN_MSB] << 7) + self.controllers[channel][CTRL_RPN_LSB]
778 value = (self.controllers[channel][CTRL_RPN_DATA_MSB] << 7) + self.controllers[channel][CTRL_RPN_DATA_LSB]
    [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/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
manager_unittest.py 37 from webkitpy.layout_tests.controllers.manager import Manager

Completed in 1119 milliseconds

1 2