Searched defs:HttpStreamParser (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/http/
H A Dhttp_stream_parser.h29 class HttpStreamParser : public ChunkCallback { class in namespace:net
36 HttpStreamParser(ClientSocketHandle* connection,
40 ~HttpStreamParser();
192 CompletionCallbackImpl<HttpStreamParser> io_callback_;
201 DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);
H A Dhttp_stream_parser.cc24 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection, function in class:net::HttpStreamParser
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
[all...]

Completed in 441 milliseconds