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

  /external/chromium_org/sync/engine/
sync_scheduler.h 33 const base::Closure& ready_task);
43 base::Closure ready_task; member in struct:syncer::ConfigurationParams
73 // scheduled for a later attempt. |params.ready_task| is invoked whenever the
  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.h 163 // The ready_task will be run when all of the requested data types
169 CancelableTask* ready_task);
568 scoped_ptr<CancelableTask> ready_task; member in struct:browser_sync::SyncBackendHost::PendingConfigureDataTypesState
584 // value. Takes ownership of |ready_task| (but not |routing_info|).
588 CancelableTask* ready_task,
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 108 syncer::ModelTypeSet)>& ready_task,
122 ready_task); local
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 303 const base::Closure& ready_task,
306 DCHECK(!ready_task.is_null());
326 ready_task.Run();
333 ready_task); local
    [all...]

Completed in 1098 milliseconds