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

  /external/chromium/net/http/
http_stream_parser.h 29 class HttpStreamParser : public ChunkCallback {
36 HttpStreamParser(ClientSocketHandle* connection,
40 ~HttpStreamParser();
192 CompletionCallbackImpl<HttpStreamParser> io_callback_;
201 DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);
http_stream_parser.cc 24 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
44 io_callback_(this, &HttpStreamParser::OnIOComplete)),
51 HttpStreamParser::~HttpStreamParser() {
56 int HttpStreamParser::SendRequest(const std::string& request_line,
101 int HttpStreamParser::ReadResponseHeaders(CompletionCallback* callback) {
129 void HttpStreamParser::Close(bool not_reusable) {
135 int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len,
156 void HttpStreamParser::OnIOComplete(int result)
    [all...]
http_basic_stream.h 27 class HttpStreamParser;
38 HttpStreamParser* parser,
87 scoped_ptr<HttpStreamParser> parser_;
http_basic_stream.cc 19 HttpStreamParser* parser,
35 parser_.reset(new HttpStreamParser(connection_.get(), request_info,
http_proxy_client_socket.h 32 class HttpStreamParser;
149 scoped_ptr<HttpStreamParser> http_stream_parser_;
http_proxy_client_socket.cc 395 new HttpStreamParser(transport_.get(), &request_, parser_buf_, net_log_));

Completed in 628 milliseconds