• Home
  • Raw
  • Download

Lines Matching refs:HttpStreamParser

24 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,  in HttpStreamParser()  function in net::HttpStreamParser
44 io_callback_(this, &HttpStreamParser::OnIOComplete)), in HttpStreamParser()
51 HttpStreamParser::~HttpStreamParser() { in ~HttpStreamParser()
56 int HttpStreamParser::SendRequest(const std::string& request_line, in SendRequest()
101 int HttpStreamParser::ReadResponseHeaders(CompletionCallback* callback) { in ReadResponseHeaders()
129 void HttpStreamParser::Close(bool not_reusable) { in Close()
135 int HttpStreamParser::ReadResponseBody(IOBuffer* buf, int buf_len, in ReadResponseBody()
156 void HttpStreamParser::OnIOComplete(int result) { in OnIOComplete()
168 void HttpStreamParser::OnChunkAvailable() { in OnChunkAvailable()
178 int HttpStreamParser::DoLoop(int result) { in DoLoop()
232 int HttpStreamParser::DoSendHeaders(int result) { in DoSendHeaders()
286 int HttpStreamParser::DoSendBody(int result) { in DoSendBody()
343 int HttpStreamParser::DoReadHeaders() { in DoReadHeaders()
359 int HttpStreamParser::DoReadHeadersComplete(int result) { in DoReadHeadersComplete()
457 int HttpStreamParser::DoReadBody() { in DoReadBody()
490 int HttpStreamParser::DoReadBodyComplete(int result) { in DoReadBodyComplete()
559 int HttpStreamParser::ParseResponseHeaders() { in ParseResponseHeaders()
589 int HttpStreamParser::DoParseResponseHeaders(int end_offset) { in DoParseResponseHeaders()
625 void HttpStreamParser::CalculateResponseBodySize() { in CalculateResponseBodySize()
665 uint64 HttpStreamParser::GetUploadProgress() const { in GetUploadProgress()
672 HttpResponseInfo* HttpStreamParser::GetResponseInfo() { in GetResponseInfo()
676 bool HttpStreamParser::IsResponseBodyComplete() const { in IsResponseBodyComplete()
685 bool HttpStreamParser::CanFindEndOfResponse() const { in CanFindEndOfResponse()
689 bool HttpStreamParser::IsMoreDataBuffered() const { in IsMoreDataBuffered()
693 bool HttpStreamParser::IsConnectionReused() const { in IsConnectionReused()
699 void HttpStreamParser::SetConnectionReused() { in SetConnectionReused()
703 bool HttpStreamParser::IsConnectionReusable() const { in IsConnectionReusable()
707 void HttpStreamParser::GetSSLInfo(SSLInfo* ssl_info) { in GetSSLInfo()
715 void HttpStreamParser::GetSSLCertRequestInfo( in GetSSLCertRequestInfo()