Searched refs:GetDomainForHost (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/ssl/
H A Dserver_bound_cert_service.h86 static std::string GetDomainForHost(const std::string& host);
H A Dserver_bound_cert_service_unittest.cc131 TEST_F(ServerBoundCertServiceTest, GetDomainForHost) {
133 ServerBoundCertService::GetDomainForHost("google.com"));
135 ServerBoundCertService::GetDomainForHost("www.google.com"));
137 ServerBoundCertService::GetDomainForHost("foo.appspot.com"));
139 ServerBoundCertService::GetDomainForHost("foo.bar.appspot.com"));
141 ServerBoundCertService::GetDomainForHost("appspot.com"));
143 ServerBoundCertService::GetDomainForHost("www.mail.google.com"));
145 ServerBoundCertService::GetDomainForHost("goto"));
147 ServerBoundCertService::GetDomainForHost("127.0.0.1"));
H A Dserver_bound_cert_service.cc388 std::string ServerBoundCertService::GetDomainForHost(const std::string& host) { function in class:net::ServerBoundCertService
412 std::string domain = GetDomainForHost(host);
476 std::string domain = GetDomainForHost(host);
/external/chromium_org/net/spdy/
H A Dspdy_session.cc722 (ServerBoundCertService::GetDomainForHost(domain) ==
723 ServerBoundCertService::GetDomainForHost(host_port_pair().host()))) &&

Completed in 96 milliseconds