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

  /external/chromium/chrome/browser/sync/glue/
sync_backend_host.cc 390 DCHECK(!pending_config_mode_state_.get());
400 pending_config_mode_state_.reset(
430 if (pending_config_mode_state_->deleted_type) {
436 if (pending_config_mode_state_->added_types.none() &&
444 pending_config_mode_state_->added_types =
446 pending_config_mode_state_->initial_types);
451 if (pending_config_mode_state_->added_types.none()) {
453 pending_config_mode_state_->ready_task->Run();
455 pending_download_state_.reset(pending_config_mode_state_.release());
466 pending_config_mode_state_.reset()
    [all...]
sync_backend_host.h 638 scoped_ptr<PendingConfigureDataTypesState> pending_config_mode_state_; member in class:browser_sync::SyncBackendHost

Completed in 1581 milliseconds