VerifyDomainAuthentication  281 net/spdy/spdy_session.h   bool VerifyDomainAuthentication(const std::string& domain);
VerifyDomainAuthentication  182 net/spdy/spdy_session_pool.cc     if (!available_session->VerifyDomainAuthentication(
VerifyDomainAuthentication 1974 net/spdy/spdy_session_unittest.cc TEST_P(SpdySessionTest, VerifyDomainAuthentication) {
VerifyDomainAuthentication 2010 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(session->VerifyDomainAuthentication("www.example.org"));
VerifyDomainAuthentication 2011 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.org"));
VerifyDomainAuthentication 2012 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.com"));
VerifyDomainAuthentication 2013 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(session->VerifyDomainAuthentication("mail.google.com"));
VerifyDomainAuthentication 2053 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(session->VerifyDomainAuthentication("www.example.org"));
VerifyDomainAuthentication 2054 net/spdy/spdy_session_unittest.cc   EXPECT_TRUE(session->VerifyDomainAuthentication("mail.example.org"));
VerifyDomainAuthentication 2055 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(session->VerifyDomainAuthentication("mail.example.com"));
VerifyDomainAuthentication 2056 net/spdy/spdy_session_unittest.cc   EXPECT_FALSE(session->VerifyDomainAuthentication("mail.google.com"));