HomeSort by relevance Sort by last modified time
    Searched refs:controllers (Results 1 - 25 of 44) 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 352 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
353 for (RootWindowControllerList::iterator iter = controllers.begin();
354 iter != controllers.end(); ++iter)
379 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
380 for (RootWindowControllerList::iterator iter = controllers.begin();
381 iter != controllers.end(); ++iter)
399 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
400 for (RootWindowControllerList::iterator iter = controllers.begin();
401 iter != controllers.end(); ++iter)
414 RootWindowControllerList controllers = GetAllRootWindowControllers() local
448 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
465 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
472 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
955 RootWindowControllerList controllers = GetAllRootWindowControllers(); local
997 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 41 ModelAssociationManager(const DataTypeController::TypeMap* controllers,
142 // Set of all registered controllers.
data_type_manager_impl.h 44 const DataTypeController::TypeMap* controllers,
125 // Map of all data type controllers that are available for sync.
  /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 || {};
97 controllers.ResultsDetails = base.extends(Object, {
137 controllers.ExpectedFailures = base.extends(Object, {
168 var controller = new controllers.ResultsDetails(resultsView, failuresByTest);
227 var controller = new controllers.ResultsDetails(resultsView, failuresByTest);
251 controllers.UnexpectedFailures = base.extends(FailureStreamController, {
304 controllers.Failures = base.extends(FailureStreamController, {
317 controllers.FailingBuilders = base.extends(Object, {
garden-o-matic.js 124 g_unexpectedFailuresController = new controllers.UnexpectedFailures(model.state, unexpectedFailuresView, onebarController);
127 g_nonLayoutTestFailureBuilders = new controllers.FailingBuilders(g_info);
149 g_failuresController = new controllers.ExpectedFailures(model.state, failuresView, onebarController);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_types.py 33 from webkitpy.layout_tests.controllers import layout_test_finder
  /external/chromium_org/build/android/
adb_profile_chrome.py 266 def _StartTracing(controllers, interval):
267 for controller in controllers:
271 def _StopTracing(controllers):
272 for controller in controllers:
276 def _PullTraces(controllers, output, compress, write_html):
279 for controller in controllers:
305 def _CaptureAndPullTrace(controllers, interval, output, compress, write_html):
306 trace_type = ' + '.join(map(str, controllers))
308 _StartTracing(controllers, interval)
319 _StopTracing(controllers)
    [all...]
  /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/chrome/browser/extensions/api/webrtc_audio_private/
webrtc_audio_private_api.cc 172 const RenderViewHost::AudioOutputControllerList& controllers) {
173 if (controllers.empty()) {
176 DVLOG(2) << "chrome.webrtcAudioPrivate.getActiveSink: No controllers.";
182 << controllers.size() << " controllers.";
184 (*controllers.begin())->GetOutputDeviceId(
228 const RenderViewHost::AudioOutputControllerList& controllers) {
229 num_remaining_sink_ids_ = controllers.size();
237 controllers.begin();
238 for (; it != controllers.end(); ++it)
    [all...]
webrtc_audio_private_api.h 64 // controllers for the specified tab.
87 controllers) OVERRIDE;
106 controllers) OVERRIDE;
  /external/chromium_org/ash/shelf/
shelf_widget_unittest.cc 167 Shell::RootWindowControllerList controllers(
169 for (Shell::RootWindowControllerList::const_iterator i = controllers.begin();
170 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/chrome/browser/sync/
profile_sync_components_factory.h 76 // type controllers and a DataTypeManagerObserver. The return pointer is
81 const browser_sync::DataTypeController::TypeMap* controllers,
profile_sync_components_factory_impl.h 34 const browser_sync::DataTypeController::TypeMap* controllers,
  /external/chromium_org/ash/system/web_notification/
web_notification_tray_unittest.cc 51 Shell::RootWindowControllerList controllers = local
53 for (size_t i = 0; i < controllers.size(); ++i) {
54 if (controllers[i] != primary_controller) {
55 return controllers[i]->shelf()->
  /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...]

Completed in 560 milliseconds

1 2