Searched defs:TransportSecurityState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dtransport_security_state.h35 class NET_EXPORT TransportSecurityState class in namespace:net
41 // Thus it must not reenter the TransportSecurityState object.
42 virtual void StateIsDirty(TransportSecurityState* state) = 0;
48 TransportSecurityState();
49 ~TransportSecurityState();
146 explicit Iterator(const TransportSecurityState& state);
174 // TransportSecurityState.
182 // TransportSecurityState.
189 // TransportSecurityState.
312 DISALLOW_COPY_AND_ASSIGN(TransportSecurityState);
[all...]
H A Dtransport_security_state.cc86 TransportSecurityState::TransportSecurityState() function in class:net::TransportSecurityState
96 TransportSecurityState::Iterator::Iterator(const TransportSecurityState& state)
101 TransportSecurityState::Iterator::~Iterator() {}
103 bool TransportSecurityState::ShouldSSLErrorsBeFatal(const std::string& host) {
110 bool TransportSecurityState::ShouldUpgradeToSSL(const std::string& host) {
124 bool TransportSecurityState::CheckPublicKeyPins(
149 bool TransportSecurityState::HasPublicKeyPins(const std::string& host) {
163 void TransportSecurityState
[all...]

Completed in 238 milliseconds