Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/sync/engine/
Dsyncer_thread.cc764 SyncSessionJob* job_to_execute = NULL; in DoPendingJobIfPossible() local
768 job_to_execute = wait_interval_->pending_configure_job.get(); in DoPendingJobIfPossible()
783 job_to_execute = pending_nudge_.get(); in DoPendingJobIfPossible()
786 if (job_to_execute != NULL) { in DoPendingJobIfPossible()
788 SyncSessionJob copy = *job_to_execute; in DoPendingJobIfPossible()