Home
last modified time | relevance | path

Searched refs:pending_download_state_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/glue/
Dsync_backend_host.cc391 DCHECK(!pending_download_state_.get()); in ConfigureDataTypes()
455 pending_download_state_.reset(pending_config_mode_state_.release()); in FinishConfigureDataTypesOnFrontendLoop()
457 syncable::ModelTypeBitSet types_copy(pending_download_state_->added_types); in FinishConfigureDataTypesOnFrontendLoop()
902 if (host_->pending_download_state_.get()) { in HandleSyncCycleCompletedOnFrontendLoop()
905 host_->pending_download_state_->initial_types.begin(); in HandleSyncCycleCompletedOnFrontendLoop()
906 it != host_->pending_download_state_->initial_types.end(); in HandleSyncCycleCompletedOnFrontendLoop()
908 if (host_->pending_download_state_->added_types.test(*it)) in HandleSyncCycleCompletedOnFrontendLoop()
914 host_->pending_download_state_->ready_task->Run(); in HandleSyncCycleCompletedOnFrontendLoop()
916 host_->pending_download_state_.reset(); in HandleSyncCycleCompletedOnFrontendLoop()
Dsync_backend_host.h637 scoped_ptr<PendingConfigureDataTypesState> pending_download_state_; variable