Searched defs:DownloadMetrics (Results 1 – 2 of 2) sorted by relevance
42 struct DownloadMetrics { struct45 DownloadMetrics(); argument47 GURL url;49 Downloader downloader;51 int error;53 int64_t downloaded_bytes; // -1 means that the byte count is unknown.54 int64_t total_bytes;56 uint64_t download_time_ms;
22 CrxDownloader::DownloadMetrics::DownloadMetrics() in DownloadMetrics() function in component_updater::CrxDownloader::DownloadMetrics