Searched refs:CanPool (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/net/quic/
H A Dquic_client_session_test.cc146 TEST_P(QuicClientSessionTest, CanPool) {
161 EXPECT_TRUE(session_.CanPool("www.example.org"));
162 EXPECT_TRUE(session_.CanPool("mail.example.org"));
163 EXPECT_TRUE(session_.CanPool("mail.example.com"));
164 EXPECT_FALSE(session_.CanPool("mail.google.com"));
182 EXPECT_TRUE(session_.CanPool("www.example.org"));
183 EXPECT_TRUE(session_.CanPool("mail.example.org"));
184 EXPECT_FALSE(session_.CanPool("mail.example.com"));
185 EXPECT_FALSE(session_.CanPool("mail.google.com"));
208 EXPECT_FALSE(session_.CanPool("mai
[all...]
H A Dquic_client_session.h181 bool CanPool(const std::string& hostname) const;
H A Dquic_client_session.cc498 bool QuicClientSession::CanPool(const std::string& hostname) const { function in class:net::QuicClientSession
506 return SpdySession::CanPool(transport_security_state_, ssl_info,
H A Dquic_stream_factory.cc621 if (!session->CanPool(server_id.host()))
/external/chromium_org/net/spdy/
H A Dspdy_session.h228 static bool CanPool(TransportSecurityState* transport_security_state,
H A Dspdy_session_unittest.cc5040 TEST(CanPoolTest, CanPool) {
5051 EXPECT_TRUE(SpdySession::CanPool(
5053 EXPECT_TRUE(SpdySession::CanPool(
5055 EXPECT_TRUE(SpdySession::CanPool(
5057 EXPECT_FALSE(SpdySession::CanPool(
5073 EXPECT_FALSE(SpdySession::CanPool(
5089 EXPECT_FALSE(SpdySession::CanPool(
5105 EXPECT_TRUE(SpdySession::CanPool(
5107 EXPECT_FALSE(SpdySession::CanPool(
5124 EXPECT_FALSE(SpdySession::CanPool(
[all...]
H A Dspdy_session.cc555 bool SpdySession::CanPool(TransportSecurityState* transport_security_state, function in class:net::SpdySession
777 return CanPool(transport_security_state_, ssl_info,

Completed in 128 milliseconds