Searched refs:poll_timer_ (Results 1 – 2 of 2) sorted by relevance
675 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()
306 base::RepeatingTimer<SyncerThread> poll_timer_; variable