Searched defs:total_bytes_read_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/content/browser/streams/
H A Dstream_url_request_job.h57 int total_bytes_read_; member in class:content::StreamURLRequestJob
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.h123 int64 total_bytes_read_; member in class:extensions::ContentVerifyJob
/external/chromium_org/components/cronet/android/
H A Durl_request_adapter.h145 int total_bytes_read_; member in class:cronet::URLRequestAdapter
H A Durl_request_adapter.cc30 total_bytes_read_(0),
258 total_bytes_read_ += bytes_read;
267 << ". Total bytes read: " << total_bytes_read_; local
/external/chromium_org/net/base/
H A Dfile_stream_unittest.cc529 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::__anon9004::TestWriteReadCompletionCallback
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h439 int total_bytes_read_; // total bytes read from input_, including member in class:google::protobuf::io::CodedInputStream
442 // If total_bytes_read_ surpasses INT_MAX, we record the extra bytes here
1042 total_bytes_read_(0),
1063 total_bytes_read_(size),
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h461 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
911 (total_bytes_read_ == current_limit_))) {
921 return total_bytes_read_ - (BufferSize() + buffer_size_after_limit_);
1085 total_bytes_read_(0),
1106 total_bytes_read_(size),

Completed in 4001 milliseconds