Searched refs:ready_task (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
H A Dsync_backend_host_unittest.cc103 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());
H A Dsync_backend_host.h163 // 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,
H A Dsync_backend_host.cc359 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();
914 host_->pending_download_state_->ready_task->Run();
356 MakePendingConfigModeState( const DataTypeController::TypeMap& data_type_controllers, const syncable::ModelTypeSet& types, CancelableTask* ready_task, ModelSafeRoutingInfo* routing_info) argument
385 ConfigureDataTypes( const DataTypeController::TypeMap& data_type_controllers, const syncable::ModelTypeSet& types, CancelableTask* ready_task) argument
H A Ddata_type_manager_impl2_unittest.cc319 CancelableTask* ready_task) {
320 ready_task->Run();
321 delete ready_task;
316 DoConfigureDataTypes( const DataTypeController::TypeMap& data_type_controllers, const syncable::ModelTypeSet& types, CancelableTask* ready_task) argument
/external/chromium/chrome/browser/sync/
H A Dtest_profile_sync_service.h48 CancelableTask* ready_task);
H A Dtest_profile_sync_service.cc48 CancelableTask* ready_task) {
51 data_type_controllers, types, ready_task);
45 ConfigureDataTypes( const DataTypeController::TypeMap& data_type_controllers, const syncable::ModelTypeSet& types, CancelableTask* ready_task) argument

Completed in 324 milliseconds