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

  /external/chromium/net/http/
http_stream_parser.h 167 int64 response_body_read_; member in class:net::HttpStreamParser
http_stream_parser.cc 36 response_body_read_(0),
510 response_body_read_ += result;
525 int64 extra_data_read = response_body_read_ - response_body_length_;
680 return response_body_read_ >= response_body_length_;

Completed in 53 milliseconds