HomeSort by relevance Sort by last modified time
    Searched full:job_to_execute (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 764 SyncSessionJob* job_to_execute = NULL; local
768 job_to_execute = wait_interval_->pending_configure_job.get();
783 job_to_execute = pending_nudge_.get();
786 if (job_to_execute != NULL) {
788 SyncSessionJob copy = *job_to_execute;
    [all...]

Completed in 277 milliseconds