Home
last modified time | relevance | path

Searched refs:job_progress (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/components/component_updater/
Dbackground_downloader_win.cc214 BG_JOB_PROGRESS job_progress = {0}; in GetJobByteCount() local
215 HRESULT hr = job->GetProgress(&job_progress); in GetJobByteCount()
221 if (job_progress.BytesTransferred <= kMaxNumBytes) in GetJobByteCount()
222 *downloaded_bytes = job_progress.BytesTransferred; in GetJobByteCount()
224 if (job_progress.BytesTotal <= kMaxNumBytes && in GetJobByteCount()
225 job_progress.BytesTotal != BG_SIZE_UNKNOWN) in GetJobByteCount()
226 *total_bytes = job_progress.BytesTotal; in GetJobByteCount()