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

  /external/chromium/net/http/
http_stream_parser.h 23 class HttpStreamParser {
30 HttpStreamParser(ClientSocketHandle* connection,
33 ~HttpStreamParser() {}
168 CompletionCallbackImpl<HttpStreamParser> io_callback_;
170 DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);
http_stream_parser.cc 16 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
35 io_callback_(this, &HttpStreamParser::OnIOComplete)) {
39 int HttpStreamParser::SendRequest(const HttpRequestInfo* request,
64 int HttpStreamParser::ReadResponseHeaders(CompletionCallback* callback) {
92 int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len,
113 void HttpStreamParser::OnIOComplete(int result) {
125 int HttpStreamParser::DoLoop(int result) {
188 int HttpStreamParser::DoSendHeaders(int result) {
209 int HttpStreamParser::DoSendBody(int result)
    [all...]

Completed in 31 milliseconds