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

  /external/chromium_org/net/socket_stream/
socket_stream.cc 872 if (!tunnel_response_headers_.get()) {
873 tunnel_response_headers_ = new ResponseHeaders();
875 tunnel_response_headers_->Realloc(tunnel_response_headers_capacity_);
881 tunnel_response_headers_->SetDataOffset(tunnel_response_headers_len_);
882 CHECK(tunnel_response_headers_->data());
885 tunnel_response_headers_.get(), buf_len, io_callback_);
906 tunnel_response_headers_->headers(), tunnel_response_headers_len_, 0);
919 HttpUtil::AssembleRawHeaders(tunnel_response_headers_->headers(), eoh));
938 this, tunnel_response_headers_->headers() + eoh,
    [all...]
socket_stream.h 367 scoped_refptr<ResponseHeaders> tunnel_response_headers_; member in class:net::SocketStream

Completed in 60 milliseconds