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

  /external/chromium_org/net/socket/
ssl_client_socket.h 30 transport_security_state(NULL) {}
38 transport_security_state(transport_security_state_arg),
43 TransportSecurityState* transport_security_state; member in struct:net::SSLClientSocketContext
  /external/chromium/chrome/browser/profiles/
profile_io_data.h 106 scoped_refptr<net::TransportSecurityState> transport_security_state; member in struct:ProfileIOData::ProfileParams
  /external/chromium/net/url_request/
url_request_context.h 19 #include "net/base/transport_security_state.h"
144 TransportSecurityState* transport_security_state() const { function in class:net::URLRequestContext
  /external/chromium_org/net/spdy/
spdy_test_util_common.h 24 #include "net/http/transport_security_state.h"
207 scoped_ptr<TransportSecurityState> transport_security_state; member in struct:net::SpdySessionDependencies
  /external/chromium_org/net/url_request/
url_request_context.h 24 #include "net/http/transport_security_state.h"
152 TransportSecurityState* transport_security_state() const { function in class:net::URLRequestContext
url_request_unittest.cc 5025 TransportSecurityState transport_security_state; local
5070 TransportSecurityState transport_security_state; local
5130 TransportSecurityState transport_security_state; local
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.h 119 scoped_ptr<net::TransportSecurityState> transport_security_state; member in struct:IOThread::Globals
  /external/chromium_org/net/http/
http_network_session.h 64 TransportSecurityState* transport_security_state; member in struct:net::HttpNetworkSession::Params
  /external/chromium_org/chrome/browser/profiles/
profile_io_data.h 176 net::TransportSecurityState* transport_security_state() const { function in class:ProfileIOData
  /external/chromium/chrome/browser/ui/webui/
net_internals_ui.cc 1064 net::TransportSecurityState* transport_security_state = local
1115 net::TransportSecurityState* transport_security_state = local
1157 net::TransportSecurityState* transport_security_state = local
    [all...]
  /external/chromium_org/chrome/browser/captive_portal/
captive_portal_browsertest.cc 47 #include "net/http/transport_security_state.h"
774 net::TransportSecurityState* transport_security_state = local
775 context_getter->GetURLRequestContext()->transport_security_state();
776 if (!transport_security_state) {
783 transport_security_state->AddHSTS(host, expiry, include_subdomains);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/net_internals/
net_internals_ui.cc 74 #include "net/http/transport_security_state.h"
1254 net::TransportSecurityState* transport_security_state = local
1302 net::TransportSecurityState* transport_security_state = local
1328 net::TransportSecurityState* transport_security_state = local
    [all...]

Completed in 190 milliseconds