Searched refs:kMaxNumBytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dbackground_downloader_win.cc219 const uint64_t kMaxNumBytes = local
221 if (job_progress.BytesTransferred <= kMaxNumBytes)
224 if (job_progress.BytesTotal <= kMaxNumBytes &&

Completed in 97 milliseconds