Home | History | Annotate | Download | only in component_updater

Lines Matching refs:total_bytes

204                         int64* total_bytes) {
206 *total_bytes = -1;
221 *total_bytes = job_progress.BytesTotal;
522 int64 total_bytes = -1;
523 GetJobByteCount(job_, &downloaded_bytes, &total_bytes);
547 download_metrics.total_bytes = total_bytes;
554 result.total_bytes = total_bytes;
619 int64 total_bytes = -1;
620 HRESULT hr = GetJobByteCount(job_, &downloaded_bytes, &total_bytes);
626 result.total_bytes = total_bytes;