HomeSort by relevance Sort by last modified time
    Searched defs:TransportSecurityState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/http/
transport_security_state.h 35 class NET_EXPORT TransportSecurityState
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...]
transport_security_state.cc 86 TransportSecurityState::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::SetDelegate
    [all...]

Completed in 676 milliseconds