Lines Matching refs:POLL
93 // will drop out of *all* forward progress sync loops (it won't poll and it
160 AdjustPolling(NULL); // Will kick start poll timer if needed.
180 if (job.purpose == SyncSessionJob::POLL)
518 case SyncSessionJob::POLL:
660 // For all other purposes(nudge and poll) we schedule a retry nudge.
672 TimeDelta poll = (!session_context_->notifications_enabled()) ?
676 poll != poll_timer_.GetCurrentDelay();
678 if (old_job && old_job->purpose != SyncSessionJob::POLL && !rate_changed)
684 // Adjust poll rate.
686 poll_timer_.Start(poll, this, &SyncerThread::PollTimerCallback);
814 ScheduleSyncSessionJob(TimeDelta::FromSeconds(0), SyncSessionJob::POLL, s,