Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/sync_file_system/
Dsync_process_runner.cc199 last_run_ = now; in Run()
215 next_scheduled = last_run_ + base::TimeDelta::FromMilliseconds(delay); in ScheduleInternal()
Dsync_process_runner.h109 base::TimeTicks last_run_; variable