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

  /external/chromium_org/sync/engine/
sync_scheduler_impl.cc 232 AdjustPolling(UPDATE_INTERVAL); // Will kick start poll timer if needed.
460 AdjustPolling(FORCE_RESET);
504 AdjustPolling(FORCE_RESET);
568 AdjustPolling(FORCE_RESET);
602 void SyncSchedulerImpl::AdjustPolling(PollAdjustType type) {
sync_scheduler_impl.h 175 void AdjustPolling(PollAdjustType type);
266 // Periodic timer for polling. See AdjustPolling.
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.h 222 void AdjustPolling(const SyncSessionJob* old_job);
305 // Periodic timer for polling. See AdjustPolling.
syncer_thread.cc 160 AdjustPolling(NULL); // Will kick start poll timer if needed.
622 AdjustPolling(&old_job);
668 void SyncerThread::AdjustPolling(const SyncSessionJob* old_job) {
    [all...]

Completed in 1149 milliseconds