Searched refs:VerifyDomainAuthentication (Results 1 - 4 of 4) sorted by path

/external/chromium_org/net/spdy/
H A Dspdy_session.cc764 bool SpdySession::VerifyDomainAuthentication(const std::string& domain) { function in class:net::SpdySession
H A Dspdy_session.h310 bool VerifyDomainAuthentication(const std::string& domain);
H A Dspdy_session_pool.cc191 if (!available_session->VerifyDomainAuthentication(
H A Dspdy_session_unittest.cc2382 TEST_P(SpdySessionTest, VerifyDomainAuthentication) {
2418 EXPECT_TRUE(session->VerifyDomainAuthentication("www.example.org"));
2419 EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.org"));
2420 EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.com"));
2421 EXPECT_FALSE(session->VerifyDomainAuthentication("mail.google.com"));
2461 EXPECT_TRUE(session->VerifyDomainAuthentication("www.example.org"));
2462 EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.org"));
2463 EXPECT_FALSE(session->VerifyDomainAuthentication("mail.example.com"));
2464 EXPECT_FALSE(session->VerifyDomainAuthentication("mail.google.com"));

Completed in 2031 milliseconds