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

  /external/chromium_org/net/http/
http_proxy_client_socket.cc 266 http_stream_parser_->CanFindEndOfResponse()) {
267 if (!http_stream_parser_->IsResponseBodyComplete()) {
294 http_stream_parser_.reset();
427 http_stream_parser_.reset(new HttpStreamParser(
429 return http_stream_parser_->SendRequest(
443 return http_stream_parser_->ReadResponseHeaders(io_callback_);
467 if (http_stream_parser_->IsMoreDataBuffered())
487 bool is_connection_reused = http_stream_parser_->IsConnectionReused();
492 http_stream_parser_.reset();
523 return http_stream_parser_->ReadResponseBody
    [all...]
http_proxy_client_socket.h 143 scoped_ptr<HttpStreamParser> http_stream_parser_; member in class:net::HttpProxyClientSocket

Completed in 82 milliseconds