Lines Matching refs:HttpStreamParser
24 HttpStreamParser::HttpStreamParser(ClientSocketHandle* connection,
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::OnIOComplete(int result) {
168 void HttpStreamParser::OnChunkAvailable() {
178 int HttpStreamParser::DoLoop(int result) {
232 int HttpStreamParser::DoSendHeaders(int result) {
286 int HttpStreamParser::DoSendBody(int result) {
343 int HttpStreamParser::DoReadHeaders() {
359 int HttpStreamParser::DoReadHeadersComplete(int result) {
457 int HttpStreamParser::DoReadBody() {
490 int HttpStreamParser::DoReadBodyComplete(int result) {
559 int HttpStreamParser::ParseResponseHeaders() {
589 int HttpStreamParser::DoParseResponseHeaders(int end_offset) {
625 void HttpStreamParser::CalculateResponseBodySize() {
665 uint64 HttpStreamParser::GetUploadProgress() const {
672 HttpResponseInfo* HttpStreamParser::GetResponseInfo() {
676 bool HttpStreamParser::IsResponseBodyComplete() const {
685 bool HttpStreamParser::CanFindEndOfResponse() const {
689 bool HttpStreamParser::IsMoreDataBuffered() const {
693 bool HttpStreamParser::IsConnectionReused() const {
699 void HttpStreamParser::SetConnectionReused() {
703 bool HttpStreamParser::IsConnectionReusable() const {
707 void HttpStreamParser::GetSSLInfo(SSLInfo* ssl_info) {
715 void HttpStreamParser::GetSSLCertRequestInfo(