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

  /external/chromium/net/http/
http_stream_parser.cc 35 response_body_length_(-1),
439 if (response_body_length_ == 0) {
524 } else if (response_body_length_ >= 0) {
525 int64 extra_data_read = response_body_read_ - response_body_length_;
644 response_body_length_ = 0;
648 response_body_length_ = 0;
650 if (response_body_length_ == -1) {
658 response_body_length_ = response_->headers->GetContentLength();
659 // If response_body_length_ is still -1, then we have to wait
679 if (response_body_length_ != -1
    [all...]
http_stream_parser.h 164 int64 response_body_length_; member in class:net::HttpStreamParser

Completed in 29 milliseconds