Home | History | Annotate | Download | only in cloud

Lines Matching defs:updater_

134   ExternalPolicyDataUpdater* updater_;
142 // |updater_|'s OnJobSucceeded() or OnJobFailed() method in this case.
179 : updater_(updater),
193 updater_->external_policy_data_fetcher_->CancelJob(fetch_job_);
194 // Inform the |updater_| that the job was canceled.
195 updater_->OnJobFailed(this);
212 fetch_job_ = updater_->external_policy_data_fetcher_->StartJob(
271 updater_->OnJobSucceeded(this);
281 updater_->task_runner_->PostDelayedTask(
287 updater_->OnJobFailed(this);
291 updater_->ScheduleJob(this);