Searched defs:downloaded_bytes (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcrx_downloader.h53 int64_t downloaded_bytes; // -1 means that the byte count is unknown. member in struct:component_updater::CrxDownloader::DownloadMetrics
71 int64_t downloaded_bytes; member in struct:component_updater::CrxDownloader::Result
H A Dbackground_downloader_win.cc206 int64_t* downloaded_bytes,
208 *downloaded_bytes = -1;
222 *downloaded_bytes = job_progress.BytesTransferred;
525 int64_t downloaded_bytes = -1; local
527 GetJobByteCount(job_, &downloaded_bytes, &total_bytes);
550 download_metrics.downloaded_bytes = downloaded_bytes;
557 result.downloaded_bytes = downloaded_bytes;
622 int64_t downloaded_bytes local
205 GetJobByteCount(IBackgroundCopyJob* job, int64_t* downloaded_bytes, int64_t* total_bytes) argument
[all...]

Completed in 255 milliseconds