Home
last modified time | relevance | path

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

/external/chromium_org/components/component_updater/
Dbackground_downloader_win.cc364 static base::Time last_sweep; in CleanupStaleJobs() local
369 if (last_sweep + time_delta > current_time) in CleanupStaleJobs()
372 last_sweep = current_time; in CleanupStaleJobs()