Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_process_runner.cc71 timer_helper_(timer_helper.Pass()), in SyncProcessRunner()
76 if (!timer_helper_) in SyncProcessRunner()
77 timer_helper_.reset(new BaseTimerHelper); in SyncProcessRunner()
119 base::TimeTicks now = timer_helper_->Now(); in ThrottleSync()
178 (timer_helper_->Now() - start_time).InMilliseconds()); in Finished()
198 base::TimeTicks now = timer_helper_->Now(); in Run()
211 base::TimeTicks now = timer_helper_->Now(); in ScheduleInternal()
214 if (timer_helper_->IsRunning()) { in ScheduleInternal()
227 if (timer_helper_->IsRunning() && last_scheduled_ == next_scheduled) in ScheduleInternal()
236 timer_helper_->Start( in ScheduleInternal()
Dsync_process_runner.h108 scoped_ptr<TimerHelper> timer_helper_; variable