HomeSort by relevance Sort by last modified time
    Searched refs:GetDomainForHost (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/spdy/
spdy_credential_state.cc 17 ServerBoundCertService::GetDomainForHost(url.host());
spdy_session.cc 518 ServerBoundCertService::GetDomainForHost(domain) ==
519 ServerBoundCertService::GetDomainForHost(host_port_pair().host())) &&
    [all...]
  /external/chromium_org/net/ssl/
server_bound_cert_service_unittest.cc 117 TEST_F(ServerBoundCertServiceTest, GetDomainForHost) {
119 ServerBoundCertService::GetDomainForHost("google.com"));
121 ServerBoundCertService::GetDomainForHost("www.google.com"));
123 ServerBoundCertService::GetDomainForHost("foo.appspot.com"));
125 ServerBoundCertService::GetDomainForHost("foo.bar.appspot.com"));
127 ServerBoundCertService::GetDomainForHost("appspot.com"));
129 ServerBoundCertService::GetDomainForHost("www.mail.google.com"));
131 ServerBoundCertService::GetDomainForHost("goto"));
133 ServerBoundCertService::GetDomainForHost("127.0.0.1"));
server_bound_cert_service.h 86 static std::string GetDomainForHost(const std::string& host);
server_bound_cert_service.cc 382 std::string ServerBoundCertService::GetDomainForHost(const std::string& host) {
406 std::string domain = GetDomainForHost(host);

Completed in 138 milliseconds