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

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 208 void DoSyncSessionJob(const SyncSessionJob& job);
syncer_thread.cc 498 << " Posting job to execute in DoSyncSessionJob. Job purpose "
501 &SyncerThread::DoSyncSessionJob, job),
526 void SyncerThread::DoSyncSessionJob(const SyncSessionJob& job) {
529 LOG(WARNING) << "Dropping nudge at DoSyncSessionJob, source = "
539 VLOG(1) << "SyncerThread(" << this << ")" << " DoSyncSessionJob. job purpose "
782 // The pending nudge would be cleared in the DoSyncSessionJob function.
790 DoSyncSessionJob(copy);
    [all...]

Completed in 467 milliseconds