Searched refs:download_start_time_ (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/components/component_updater/
H A Durl_fetcher_downloader.cc48 download_start_time_ = base::Time::Now();
59 download_end_time >= download_start_time_
60 ? download_end_time - download_start_time_
H A Durl_fetcher_downloader.h48 base::Time download_start_time_; member in class:component_updater::UrlFetcherDownloader
H A Dbackground_downloader_win.h103 base::Time download_start_time_; member in class:component_updater::BackgroundDownloader
H A Dbackground_downloader_win.cc436 download_start_time_ = base::Time::Now();
437 job_stuck_begin_time_ = download_start_time_;
521 download_end_time >= download_start_time_
522 ? download_end_time - download_start_time_
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.h119 base::TimeTicks download_start_time_; member in class:content::DownloadResourceHandler
H A Ddownload_resource_handler.cc160 download_start_time_ = base::TimeTicks::Now();
440 RecordNetworkBlockage(base::TimeTicks::Now() - download_start_time_,
538 base::TimeTicks::Now() - download_start_time_);
/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Dupdate_screen.h149 base::Time download_start_time_; member in class:chromeos::UpdateScreen
H A Dupdate_screen.cc164 download_start_time_ = download_last_time_ = base::Time::Now();
418 (download_current_time - download_start_time_).InSecondsF();

Completed in 143 milliseconds