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,
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
  /external/chromium_org/chrome/browser/sync/
test_profile_sync_service.cc 70 syncer::ModelTypeSet)>& ready_task,
82 ready_task); local
  /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/sync/internal_api/
sync_manager_impl.cc 304 const base::Closure& ready_task,
307 DCHECK(!ready_task.is_null());
327 ready_task.Run();
334 ready_task, local
    [all...]

Completed in 43 milliseconds