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

  /external/chromium/net/base/
transport_security_state_unittest.cc 149 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "google.com", true));
152 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "google.com", true));
162 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "google.com", true));
165 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "google.com", true));
175 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "GOOgle.coM", true));
178 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "GOOgle.coM", true));
188 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "google.com", true));
192 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "google.com", true));
193 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "foo.google.com", true));
194 EXPECT_TRUE(state->IsEnabledForHost(&domain_state
    [all...]
transport_security_state.h 81 bool IsEnabledForHost(DomainState* result,
transport_security_state.cc 55 if (IsEnabledForHost(&existing_state, host, true))
87 bool TransportSecurityState::IsEnabledForHost(DomainState* result,
  /external/chromium/net/socket_stream/
socket_stream_job.cc 30 context.transport_security_state()->IsEnabledForHost(
  /external/chromium/net/url_request/
url_request_http_job.cc 183 request->context()->transport_security_state()->IsEnabledForHost(
665 if (context_->transport_security_state()->IsEnabledForHost(
722 const bool r = context_->transport_security_state()->IsEnabledForHost(
    [all...]
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc     [all...]

Completed in 225 milliseconds