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

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 34 // In this mode, the thread only performs configuration tasks. This is
39 // Resumes polling and allows nudges, drops configuration tasks. Runs
124 CONFIGURATION,
syncer_thread.cc 184 job.purpose == SyncSessionJob::CONFIGURATION);
212 else if (job.purpose == SyncSessionJob::CONFIGURATION)
220 DCHECK_NE(job.purpose, SyncSessionJob::CONFIGURATION);
238 DCHECK(job.purpose != SyncSessionJob::CONFIGURATION);
269 SyncSessionJob::CONFIGURATION);
280 } else if (job.purpose == SyncSessionJob::CONFIGURATION){
281 VLOG(1) << "SyncerThread(" << this << ")" << " Saving a configuration job";
480 SyncSessionJob::CONFIGURATION, session, FROM_HERE);
510 case SyncSessionJob::CONFIGURATION:
562 if (old_job.purpose == SyncSessionJob::CONFIGURATION) {
    [all...]

Completed in 26 milliseconds