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

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host_unittest.cc 103 EXPECT_FALSE(state->ready_task.get());
120 EXPECT_FALSE(state->ready_task.get());
141 EXPECT_FALSE(state->ready_task.get());
165 EXPECT_FALSE(state->ready_task.get());
185 EXPECT_FALSE(state->ready_task.get());
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,
sync_backend_host.cc 359 CancelableTask* ready_task,
380 state->ready_task.reset(ready_task);
388 CancelableTask* ready_task) {
401 MakePendingConfigModeState(data_type_controllers, types, ready_task,
453 pending_config_mode_state_->ready_task->Run();
    [all...]
data_type_manager_impl2_unittest.cc 319 CancelableTask* ready_task) {
320 ready_task->Run();
321 delete ready_task;
  /external/chromium/chrome/browser/sync/
test_profile_sync_service.h 48 CancelableTask* ready_task);
test_profile_sync_service.cc 48 CancelableTask* ready_task) {
51 data_type_controllers, types, ready_task);

Completed in 673 milliseconds