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

  /external/chromium_org/sync/engine/
sync_scheduler.h 33 const base::Closure& ready_task,
44 base::Closure ready_task; member in struct:syncer::ConfigurationParams
76 // scheduled for a later attempt. |params.ready_task| is invoked whenever the
78 // configuration task could not execute. |params.ready_task| will still be
sync_scheduler_impl.cc 91 const base::Closure& ready_task,
96 ready_task(ready_task),
98 DCHECK(!ready_task.is_null());
284 DCHECK(!params.ready_task.is_null());
304 params.ready_task.Run();
525 pending_configure_params_->ready_task.Run();
  /external/chromium_org/components/sync_driver/
backend_data_type_configurer.h 41 // |ready_task| is called on the same thread as ConfigureDataTypes
55 syncer::ModelTypeSet)>& ready_task,
data_type_manager_impl_unittest.cc 89 ModelTypeSet)>& ready_task,
91 last_ready_task_ = ready_task;
    [all...]
  /external/chromium_org/sync/test/engine/
fake_sync_scheduler.cc 37 params.ready_task.Run();
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 80 syncer::ModelTypeSet)>& ready_task,
92 ready_task); local
test_profile_sync_service.h 55 syncer::ModelTypeSet)>& ready_task,
  /external/chromium_org/chrome/browser/sync/glue/
sync_backend_host.h 133 // The ready_task will be run when configuration is done with the
140 syncer::ModelTypeSet)>& ready_task,
sync_backend_host_impl.h 110 syncer::ModelTypeSet)>& ready_task,
158 syncer::ModelTypeSet)>& ready_task,
167 syncer::ModelTypeSet)>& ready_task);
sync_backend_host_mock.cc 62 syncer::ModelTypeSet)>& ready_task,
sync_backend_host_mock.h 64 syncer::ModelTypeSet)>& ready_task,
sync_backend_host_core.h 199 syncer::ModelTypeSet)>& ready_task,
204 syncer::ModelTypeSet)>& ready_task);
sync_backend_host_core.cc 581 syncer::ModelTypeSet)>& ready_task,
584 DCHECK(!ready_task.is_null());
590 ready_task));
608 syncer::ModelTypeSet)>& ready_task) {
626 ready_task);
sync_backend_host_impl.cc 321 syncer::ModelTypeSet)>& ready_task,
436 ready_task,
573 syncer::ModelTypeSet)>& ready_task,
586 ready_task,
595 syncer::ModelTypeSet)>& ready_task) {
605 if (!ready_task.is_null())
606 ready_task.Run(succeeded_configuration_types, failed_configuration_types);
  /external/chromium_org/sync/internal_api/public/test/
fake_sync_manager.h 95 const base::Closure& ready_task,
  /external/chromium_org/sync/internal_api/test/
fake_sync_manager.cc 132 const base::Closure& ready_task,
169 ready_task.Run();
  /external/chromium_org/sync/internal_api/public/
sync_manager.h 312 // |ready_task| is invoked when the configuration completes.
314 // execute. |ready_task| will still be called when it eventually
323 const base::Closure& ready_task,
  /external/chromium_org/sync/internal_api/
sync_rollback_manager_base.h 53 const base::Closure& ready_task,
sync_rollback_manager_base.cc 102 const base::Closure& ready_task,
114 ready_task.Run();
sync_manager_impl.cc 188 const base::Closure& ready_task,
191 DCHECK(!ready_task.is_null());
212 ready_task.Run();
219 ready_task, local
    [all...]
sync_manager_impl.h 86 const base::Closure& ready_task,

Completed in 619 milliseconds