HomeSort by relevance Sort by last modified time
    Searched refs:TransportSecurityState (Results 1 - 25 of 71) sorted by null

1 2 3

  /external/chromium_org/content/browser/renderer_host/pepper/
ssl_context_helper.h 15 class TransportSecurityState;
25 net::TransportSecurityState* GetTransportSecurityState();
37 scoped_ptr<net::TransportSecurityState> transport_security_state_;
ssl_context_helper.cc 22 net::TransportSecurityState* SSLContextHelper::GetTransportSecurityState() {
24 transport_security_state_.reset(new net::TransportSecurityState());
  /external/chromium_org/net/http/
transport_security_persister.h 5 // TransportSecurityState maintains an in memory database containing the
12 // let the TransportSecurityState run for a while without being loaded.
17 // deserializes and configures the TransportSecurityState.
19 // The TransportSecurityState object supports running a callback function
22 // TransportSecurityState calls...
30 // copies the current state of the TransportSecurityState, serializes
57 : public TransportSecurityState::Delegate,
60 TransportSecurityPersister(TransportSecurityState* state,
66 // Called by the TransportSecurityState when it changes its state.
67 virtual void StateIsDirty(TransportSecurityState*) OVERRIDE
    [all...]
transport_security_state_unittest.cc 49 bool GetStaticDomainState(TransportSecurityState* state,
52 TransportSecurityState::DomainState* result) {
56 void EnableHost(TransportSecurityState* state,
58 const TransportSecurityState::DomainState& domain_state) {
64 TransportSecurityState state;
65 TransportSecurityState::DomainState domain_state;
76 TransportSecurityState state;
77 TransportSecurityState::DomainState domain_state;
88 TransportSecurityState state;
89 TransportSecurityState::DomainState domain_state
    [all...]
transport_security_persister_unittest.cc 19 using net::TransportSecurityState;
41 TransportSecurityState state_;
55 TransportSecurityState::DomainState domain_state;
73 TransportSecurityState::DomainState::MODE_FORCE_HTTPS);
76 TransportSecurityState::DomainState::MODE_FORCE_HTTPS);
79 TransportSecurityState::DomainState::MODE_FORCE_HTTPS);
83 TransportSecurityState::DomainState::MODE_FORCE_HTTPS);
115 std::map<std::string, TransportSecurityState::DomainState> saved;
116 TransportSecurityState::Iterator i(state_);
143 TransportSecurityState::Iterator j(state_)
    [all...]
transport_security_state.cc 86 TransportSecurityState::TransportSecurityState()
91 TransportSecurityState::Iterator::Iterator(const TransportSecurityState& state)
96 TransportSecurityState::Iterator::~Iterator() {}
98 bool TransportSecurityState::ShouldSSLErrorsBeFatal(const std::string& host,
106 bool TransportSecurityState::ShouldUpgradeToSSL(const std::string& host,
121 bool TransportSecurityState::CheckPublicKeyPins(const std::string& host,
138 bool TransportSecurityState::HasPublicKeyPins(const std::string& host,
153 void TransportSecurityState::SetDelegate
    [all...]
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_persister.cc 25 using net::TransportSecurityState;
98 TransportSecurityState* state,
128 TransportSecurityState* state) {
141 TransportSecurityState::Iterator state(*transport_security_state_);
144 const TransportSecurityState::DomainState& domain_state =
161 case TransportSecurityState::DomainState::MODE_FORCE_HTTPS:
164 case TransportSecurityState::DomainState::MODE_DEFAULT:
198 TransportSecurityState* state) {
218 TransportSecurityState::DomainState domain_state;
256 TransportSecurityState::DomainState::MODE_FORCE_HTTPS
    [all...]
http_security_headers_unittest.cc 503 TransportSecurityState state;
504 TransportSecurityState::DomainState static_domain_state;
528 TransportSecurityState::DomainState new_static_domain_state;
537 TransportSecurityState::DomainState dynamic_domain_state;
560 TransportSecurityState::DomainState new_dynamic_domain_state;
582 TransportSecurityState state;
583 TransportSecurityState::DomainState static_domain_state;
606 TransportSecurityState::DomainState new_static_domain_state;
617 TransportSecurityState::DomainState new_dynamic_domain_state;
628 TransportSecurityState::DomainState new_static_domain_state2
    [all...]
http_network_session.h 54 class TransportSecurityState;
69 TransportSecurityState* transport_security_state;
  /external/chromium_org/net/quic/crypto/
proof_verifier_chromium.h 25 class TransportSecurityState;
34 // TransportSecurityState::DomainState::CheckPublicKeyPins in the event of a
54 TransportSecurityState* transport_security_state);
80 TransportSecurityState* transport_security_state_;
proof_verifier_chromium.cc 43 TransportSecurityState* transport_security_state,
78 TransportSecurityState* transport_security_state_;
100 TransportSecurityState* transport_security_state,
241 TransportSecurityState* transport_security_state = transport_security_state_;
255 // * a TransportSecurityState object is available;
268 TransportSecurityState::IsBuildTimely()) {
278 TransportSecurityState::ReportUMAOnPinFailure(host);
376 TransportSecurityState* transport_security_state)
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_chromium.cc 25 TransportSecurityState* transport_security_state,
40 scoped_ptr<TransportSecurityState> transport_security_state_;
52 new TransportSecurityState,
  /external/chromium_org/net/socket/
ssl_client_socket.h 25 class TransportSecurityState;
39 TransportSecurityState* transport_security_state_arg,
50 TransportSecurityState* transport_security_state;
client_socket_pool_manager_impl.h 36 class TransportSecurityState;
65 TransportSecurityState* transport_security_state,
112 TransportSecurityState* const transport_security_state_;
ssl_client_socket_nss.h 45 class TransportSecurityState;
202 TransportSecurityState* transport_security_state_;
205 // TransportSecurityState::DomainState::CheckPublicKeyPins in the event of a
  /external/chromium_org/net/url_request/
url_request_context_storage.h 29 class TransportSecurityState;
63 TransportSecurityState* transport_security_state);
92 scoped_ptr<TransportSecurityState> transport_security_state_;
url_request_context.h 160 TransportSecurityState* transport_security_state() const {
164 TransportSecurityState* state) {
234 TransportSecurityState* transport_security_state_;
  /external/chromium_org/net/socket_stream/
socket_stream_job.h 21 class TransportSecurityState;
44 TransportSecurityState* sts,
socket_stream_job.cc 26 TransportSecurityState* sts,
  /external/chromium_org/remoting/protocol/
ssl_hmac_channel_authenticator.h 20 class TransportSecurityState;
91 scoped_ptr<net::TransportSecurityState> transport_security_state_;
  /external/chromium_org/mojo/services/network/
network_context.cc 58 net::TransportSecurityState* transport_security_state =
59 new net::TransportSecurityState();
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_socket.h 31 class TransportSecurityState;
302 scoped_ptr<net::TransportSecurityState> transport_security_state_;
  /external/chromium_org/chrome/browser/net/
chrome_fraudulent_certificate_reporter_unittest.cc 88 EXPECT_TRUE(net::TransportSecurityState::IsGooglePinnedProperty(
113 EXPECT_FALSE(net::TransportSecurityState::IsGooglePinnedProperty(
predictor.h 50 class TransportSecurityState;
294 net::TransportSecurityState* transport_security_state) {
557 // The TransportSecurityState instance we query HSTS redirects from.
558 net::TransportSecurityState* transport_security_state_;

Completed in 547 milliseconds

1 2 3