HomeSort by relevance Sort by last modified time
    Searched full:total_bytes_to_copy (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome_frame/
urlmon_upload_data_stream.cc 83 // guaranteed that we'll be able to read total_bytes_to_copy bytes.
84 uint64 total_bytes_to_copy = cb; local
89 while (bytes_copied < total_bytes_to_copy) {
90 size_t bytes_to_copy_now = total_bytes_to_copy - bytes_copied;
109 DCHECK_LE(bytes_copied, total_bytes_to_copy);

Completed in 441 milliseconds