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

  /external/chromium_org/net/http/
transport_security_state_unittest.cc 73 EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state));
76 EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state));
85 EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state));
88 EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state));
97 EXPECT_FALSE(state.GetDomainState("YAhoo.coM", true, &domain_state));
100 EXPECT_TRUE(state.GetDomainState("YAhoo.coM", true, &domain_state));
109 EXPECT_FALSE(state.GetDomainState("yahoo.com", true, &domain_state));
112 EXPECT_TRUE(state.GetDomainState("yahoo.com", true, &domain_state));
113 EXPECT_TRUE(state.GetDomainState("foo.yahoo.com", true, &domain_state));
114 EXPECT_TRUE(state.GetDomainState("foo.bar.yahoo.com", true, &domain_state))
    [all...]
transport_security_persister_unittest.cc 60 EXPECT_FALSE(state_.GetDomainState(kYahooDomain, true, &domain_state));
70 EXPECT_TRUE(state_.GetDomainState(kYahooDomain, true, &domain_state));
73 EXPECT_TRUE(state_.GetDomainState("foo.yahoo.com", true, &domain_state));
76 EXPECT_TRUE(state_.GetDomainState("foo.bar.yahoo.com", true, &domain_state));
79 EXPECT_TRUE(state_.GetDomainState("foo.bar.baz.yahoo.com", true,
83 EXPECT_FALSE(state_.GetDomainState("com", true, &domain_state));
170 EXPECT_FALSE(state_.GetDomainState(kTestDomain, false, &domain_state));
196 EXPECT_TRUE(state_.GetDomainState(kTestDomain, false, &domain_state));
transport_security_state.h 139 // Updated by |GetDomainState|, |GetDynamicDomainState|, and
209 bool GetDomainState(const std::string& host,
288 // |GetStaticDomainState| is identical to |GetDomainState| except that it
307 // |GetDynamicDomainState| is identical to |GetDomainState| except that it
http_security_headers_unittest.cc 457 EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state));
504 EXPECT_TRUE(state.GetDomainState(domain, true, &domain_state));
transport_security_state.cc 138 bool TransportSecurityState::GetDomainState(const std::string& host,
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 30 if (url.scheme() == "ws" && sts && sts->GetDomainState(
socket_stream.cc     [all...]
  /external/chromium_org/net/url_request/
url_request.cc 1012 context()->transport_security_state()->GetDomainState(
    [all...]
url_request_http_job.cc     [all...]
url_request_unittest.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc     [all...]
  /external/chromium_org/net/socket/
ssl_client_socket_nss.cc     [all...]

Completed in 613 milliseconds