HomeSort by relevance Sort by last modified time
    Searched refs:IsMoreDataBuffered (Results 1 - 9 of 9) sorted by null

  /external/chromium/net/http/
http_basic_stream.cc 80 DCHECK(!IsMoreDataBuffered());
93 bool HttpBasicStream::IsMoreDataBuffered() const {
94 return parser_->IsMoreDataBuffered();
http_stream.h 110 virtual bool IsMoreDataBuffered() const = 0;
http_basic_stream.h 69 virtual bool IsMoreDataBuffered() const OVERRIDE;
http_stream_parser.h 64 bool IsMoreDataBuffered() const;
http_response_body_drainer_unittest.cc 95 virtual bool IsMoreDataBuffered() const OVERRIDE { return false; }
http_proxy_client_socket.cc 429 if (http_stream_parser_->IsMoreDataBuffered())
http_stream_parser.cc 689 bool HttpStreamParser::IsMoreDataBuffered() const {
  /external/chromium/net/spdy/
spdy_http_stream.h 63 virtual bool IsMoreDataBuffered() const OVERRIDE;
spdy_http_stream.cc 168 bool SpdyHttpStream::IsMoreDataBuffered() const {

Completed in 432 milliseconds