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

  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 112 // Our poll timer schedules POLL jobs periodically based on a server
113 // assigned poll interval.
114 POLL,
239 // Saves the job for future execution. Note: It drops all the poll jobs.
277 // Creates a session for a poll and performs the sync.
syncer_thread.cc 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()) ? local
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)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar 

Completed in 796 milliseconds