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

/external/chromium_org/net/http/
H A Dhttp_stream_parser.cc110 class HttpStreamParser::SeekableIOBuffer : public IOBuffer {
176 const size_t HttpStreamParser::kChunkHeaderFooterSize = 12;
178 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection, function in class:net::HttpStreamParser
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
[all...]
H A Dhttp_stream_parser.h35 class NET_EXPORT_PRIVATE HttpStreamParser { class in namespace:net
42 HttpStreamParser(ClientSocketHandle* connection,
46 virtual ~HttpStreamParser();
250 base::WeakPtrFactory<HttpStreamParser> weak_ptr_factory_;
252 DISALLOW_COPY_AND_ASSIGN(HttpStreamParser);

Completed in 826 milliseconds