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

  /external/chromium_org/net/http/
http_stream_parser.cc 110 class HttpStreamParser::SeekableIOBuffer : public IOBuffer {
176 const size_t HttpStreamParser::kChunkHeaderFooterSize = 12;
178 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
199 io_callback_ = base::Bind(&HttpStreamParser::OnIOComplete,
203 HttpStreamParser::~HttpStreamParser() {
206 int HttpStreamParser::SendRequest(const std::string& request_line,
303 int HttpStreamParser::ReadResponseHeaders(const CompletionCallback& callback) {
332 void HttpStreamParser::Close(bool not_reusable)
    [all...]
http_stream_parser.h 35 class NET_EXPORT_PRIVATE HttpStreamParser {
42 HttpStreamParser(ClientSocketHandle* connection,
46 virtual ~HttpStreamParser();
250 base::WeakPtrFactory<HttpStreamParser> weak_ptr_factory_;
252 DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);

Completed in 41 milliseconds