Home
last modified time | relevance | path

Searched defs:DownloadMetrics (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
Dcrx_downloader.h36 struct DownloadMetrics { struct
43 DownloadMetrics(); argument
45 GURL url;
47 Downloader downloader;
49 int error;
51 int64 bytes_downloaded; // -1 means that the byte count is unknown.
52 int64 bytes_total;
54 uint64 download_time_ms;
Dcrx_downloader.cc19 CrxDownloader::DownloadMetrics::DownloadMetrics() in DownloadMetrics() function in component_updater::CrxDownloader::DownloadMetrics