Home
last modified time | relevance | path

Searched refs:poll_timer_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/sync/engine/
Dsyncer_thread.cc675 bool rate_changed = !poll_timer_.IsRunning() || in AdjustPolling()
676 poll != poll_timer_.GetCurrentDelay(); in AdjustPolling()
679 poll_timer_.Reset(); in AdjustPolling()
685 poll_timer_.Stop(); in AdjustPolling()
686 poll_timer_.Start(poll, this, &SyncerThread::PollTimerCallback); in AdjustPolling()
Dsyncer_thread.h306 base::RepeatingTimer<SyncerThread> poll_timer_; variable