Searched defs:DownloadMetrics (Results 1 – 2 of 2) sorted by relevance
36 struct DownloadMetrics { struct43 DownloadMetrics(); argument45 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;
19 CrxDownloader::DownloadMetrics::DownloadMetrics() in DownloadMetrics() function in component_updater::CrxDownloader::DownloadMetrics