HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_read_ (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/content/browser/streams/
stream_url_request_job.cc 28 total_bytes_read_(0),
76 total_bytes_read_ += bytes_read;
104 if (to_read + total_bytes_read_ > max_range_)
105 to_read = max_range_ - total_bytes_read_;
116 total_bytes_read_ += *bytes_read;
stream_url_request_job.h 57 int total_bytes_read_; member in class:content::StreamURLRequestJob
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 78 GOOGLE_LOG(WARNING) << "The total number of bytes read was " << total_bytes_read_;
91 // total_bytes_read_ doesn't include overflow_bytes_.
92 total_bytes_read_ -= BufferSize() + buffer_size_after_limit_;
102 if (closest_limit < total_bytes_read_) {
105 buffer_size_after_limit_ = total_bytes_read_ - closest_limit;
201 int bytes_until_limit = closest_limit - total_bytes_read_;
205 total_bytes_read_ = closest_limit;
211 total_bytes_read_ += count;
372 int current_position = total_bytes_read_ - buffer_size_after_limit_;
409 (total_bytes_read_ == current_limit_)) &
    [all...]
coded_stream.h 461 int total_bytes_read_; // total bytes read from input_, including member in class:google::protobuf::io::CodedInputStream
464 // If total_bytes_read_ surpasses INT_MAX, we record the extra bytes here
    [all...]
  /external/chromium_org/extensions/browser/
content_verify_job.h 123 int64 total_bytes_read_; member in class:extensions::ContentVerifyJob
content_verify_job.cc 46 total_bytes_read_(0),
109 total_bytes_read_ += bytes_to_hash;
  /external/chromium_org/components/cronet/android/
url_request_adapter.cc 30 total_bytes_read_(0),
258 total_bytes_read_ += bytes_read;
267 << ". Total bytes read: " << total_bytes_read_; local
url_request_adapter.h 145 int total_bytes_read_; member in class:cronet::URLRequestAdapter
  /external/chromium_org/net/base/
file_stream_unittest.cc 529 total_bytes_read_(total_bytes_read),
568 *total_bytes_read_ += total_bytes_read;
593 *total_bytes_read_ += rv;
609 int* total_bytes_read_; member in class:net::__anon13629::TestWriteReadCompletionCallback

Completed in 896 milliseconds