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

  /external/chromium/net/base/
transport_security_state_unittest.cc 145 TransportSecurityState::DomainState domain_state; local
149 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "google.com", true));
150 domain_state.expiry = expiry;
151 state->EnableHost("google.com", domain_state);
152 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "google.com", true));
158 TransportSecurityState::DomainState domain_state; local
162 EXPECT_FALSE(state->IsEnabledForHost(&domain_state, "google.com", true));
163 domain_state.expiry = expiry;
164 state->EnableHost("GOOgle.coM", domain_state);
165 EXPECT_TRUE(state->IsEnabledForHost(&domain_state, "google.com", true))
171 TransportSecurityState::DomainState domain_state; local
184 TransportSecurityState::DomainState domain_state; local
217 TransportSecurityState::DomainState domain_state; local
251 TransportSecurityState::DomainState domain_state; local
274 TransportSecurityState::DomainState domain_state; local
294 TransportSecurityState::DomainState domain_state; local
339 TransportSecurityState::DomainState domain_state; local
358 TransportSecurityState::DomainState domain_state; local
526 TransportSecurityState::DomainState domain_state; local
535 TransportSecurityState::DomainState domain_state; local
    [all...]
  /external/chromium/net/socket_stream/
socket_stream_job.cc 27 TransportSecurityState::DomainState domain_state; local
31 &domain_state, url.host(), context.IsSNIAvailable()) &&
32 domain_state.mode == TransportSecurityState::DomainState::MODE_STRICT) {