Searched defs:CanFindEndOfResponse (Results 1 – 4 of 4) sorted by relevance
/external/chromium/net/http/ | ||
D | http_basic_stream.cc | 89 bool HttpBasicStream::CanFindEndOfResponse() const { in CanFindEndOfResponse() function in net::HttpBasicStream |
D | http_stream_parser.cc | 685 bool HttpStreamParser::CanFindEndOfResponse() const { in CanFindEndOfResponse() function in net::HttpStreamParser |
D | http_response_body_drainer_unittest.cc | 94 virtual bool CanFindEndOfResponse() const OVERRIDE { return true; } in CanFindEndOfResponse() function in net::__anon2534255f0111::MockHttpStream |
/external/chromium/net/spdy/ | ||
D | spdy_http_stream.cc | 164 bool SpdyHttpStream::CanFindEndOfResponse() const { in CanFindEndOfResponse() function in net::SpdyHttpStream |