IsConnectionReusable   85 net/http/http_basic_stream.cc   return parser()->IsConnectionReusable();
IsConnectionReusable   67 net/http/http_basic_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;
IsConnectionReusable  313 net/http/http_network_transaction.cc     if (keep_alive && stream_->IsConnectionReusable()) {
IsConnectionReusable  826 net/http/http_pipelined_connection_impl_unittest.cc   EXPECT_FALSE(evicted_stream->IsConnectionReusable());
IsConnectionReusable   70 net/http/http_pipelined_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;
IsConnectionReusable  111 net/http/http_stream_base.h   virtual bool IsConnectionReusable() const = 0;
IsConnectionReusable   78 net/http/http_stream_parser.h   bool IsConnectionReusable() const;
IsConnectionReusable   51 net/http/proxy_connect_redirect_http_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;
IsConnectionReusable   54 net/quic/quic_http_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;
IsConnectionReusable  327 net/quic/quic_http_stream_test.cc TEST_P(QuicHttpStreamTest, IsConnectionReusable) {
IsConnectionReusable  329 net/quic/quic_http_stream_test.cc   EXPECT_FALSE(stream_->IsConnectionReusable());
IsConnectionReusable   68 net/spdy/spdy_http_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;
IsConnectionReusable   57 net/websockets/websocket_basic_handshake_stream.h   virtual bool IsConnectionReusable() const OVERRIDE;