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

  /external/chromium/chrome/browser/sync/engine/
syncer_thread2_whitebox_unittest.cc 105 CreateAndDecideJob(SyncerThread::SyncSessionJob::NUDGE);
114 SyncerThread::SyncSessionJob::NUDGE);
167 SyncerThread::SyncSessionJob::NUDGE);
195 SyncerThread::SyncSessionJob::NUDGE);
208 SyncerThread::SyncSessionJob::NUDGE);
syncer_thread.cc 176 << wait_interval_->mode << "Wait interval had nudge : "
183 DCHECK(job.purpose == SyncSessionJob::NUDGE ||
189 if (job.purpose == SyncSessionJob::NUDGE) {
193 // If we already had one nudge then just drop this nudge. We will retry
210 if (job.purpose == SyncSessionJob::NUDGE)
234 return job.purpose == SyncSessionJob::NUDGE ? SAVE : DROP;
241 << " Creating a pending nudge job";
246 SyncSessionJob new_job(SyncSessionJob::NUDGE, job.scheduled_start,
253 VLOG(1) << "SyncerThread(" << this << ")" << " Coalescing a pending nudge";
    [all...]
syncer_thread.h 96 // TODO(tim): schedule a nudge when valid connection detected? in 1 minute?
115 // A nudge task can come from a variety of components needing to force
117 NUDGE,
136 // This is the location the nudge came from. used for debugging purpose.
137 // In case of multiple nudges getting coalesced this stores the first nudge
177 // EXPONENTIAL_BACKOFF intervals are nudge-rate limited to 1 per interval.
188 // This bool is set to true if we have observed a nudge during this
242 // Coalesces the current job with the pending nudge.

Completed in 411 milliseconds