Home
last modified time | relevance | path

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

/external/chromium_org/sync/internal_api/public/attachments/
Dtask_queue.h153 scoped_ptr<base::Timer> backoff_timer_; variable
186 backoff_timer_.reset(new base::Timer(false, false));
206 backoff_timer_->Stop(); in MarkAsSucceeded()
228 backoff_timer_->Stop(); in ResetBackoff()
237 backoff_timer_ = timer.Pass(); in SetTimerForTest()
252 if (backoff_timer_->IsRunning() || !ShouldDispatch()) { in ScheduleDispatch()
256 backoff_timer_->Start( in ScheduleDispatch()