Home
last modified time | relevance | path

Searched refs:SSLConfigService (Results 1 – 25 of 95) sorted by relevance

1234

/external/chromium/net/base/
Dssl_config_service.cc35 SSLConfigService::SSLConfigService() in SSLConfigService() function in net::SSLConfigService
40 SSLConfigService* SSLConfigService::CreateSystemSSLConfigService() { in CreateSystemSSLConfigService()
47 bool SSLConfigService::IsKnownFalseStartIncompatibleServer( in IsKnownFalseStartIncompatibleServer()
61 void SSLConfigService::EnableDNSSEC() { in EnableDNSSEC()
66 bool SSLConfigService::dnssec_enabled() { in dnssec_enabled()
71 void SSLConfigService::DisableFalseStart() { in DisableFalseStart()
76 bool SSLConfigService::false_start_enabled() { in false_start_enabled()
81 void SSLConfigService::EnableDNSCertProvenanceChecking() { in EnableDNSCertProvenanceChecking()
86 bool SSLConfigService::dns_cert_provenance_checking_enabled() { in dns_cert_provenance_checking_enabled()
90 void SSLConfigService::AddObserver(Observer* observer) { in AddObserver()
[all …]
Dssl_config_service.h101 class NET_EXPORT SSLConfigService : public base::RefCountedThreadSafe<SSLConfigService> {
118 SSLConfigService();
125 static SSLConfigService* CreateSystemSSLConfigService();
155 friend class base::RefCountedThreadSafe<SSLConfigService>;
157 virtual ~SSLConfigService();
/external/chromium_org/net/ssl/
Dssl_config_service.cc78 SSLConfigService::SSLConfigService() in SSLConfigService() function in net::SSLConfigService
107 void SSLConfigService::SetCRLSet(scoped_refptr<CRLSet> crl_set) { in SetCRLSet()
113 scoped_refptr<CRLSet> SSLConfigService::GetCRLSet() { in GetCRLSet()
117 void SSLConfigService::EnableCachedInfo() { in EnableCachedInfo()
122 bool SSLConfigService::cached_info_enabled() { in cached_info_enabled()
127 uint16 SSLConfigService::default_version_min() { in default_version_min()
132 uint16 SSLConfigService::default_version_max() { in default_version_max()
136 void SSLConfigService::AddObserver(Observer* observer) { in AddObserver()
140 void SSLConfigService::RemoveObserver(Observer* observer) { in RemoveObserver()
144 void SSLConfigService::NotifySSLConfigChange() { in NotifySSLConfigChange()
[all …]
Dssl_config_service.h166 class NET_EXPORT SSLConfigService
167 : public base::RefCountedThreadSafe<SSLConfigService> {
188 SSLConfigService();
209 static bool IsSNIAvailable(SSLConfigService* service);
222 friend class base::RefCountedThreadSafe<SSLConfigService>;
224 virtual ~SSLConfigService();
Dssl_config_service_unittest.cc17 class MockSSLConfigService : public SSLConfigService {
40 class MockSSLConfigServiceObserver : public SSLConfigService::Observer {
/external/chromium/chrome/browser/net/
Dssl_config_service_manager_system.cc18 net::SSLConfigService::CreateSystemSSLConfigService()) { in SSLConfigServiceManagerSystem()
22 virtual net::SSLConfigService* Get() { in Get()
27 scoped_refptr<net::SSLConfigService> ssl_config_service_;
Dssl_config_service_manager.h10 class SSLConfigService; variable
34 virtual net::SSLConfigService* Get() = 0;
Dssl_config_service_manager_pref.cc24 class SSLConfigServicePref : public net::SSLConfigService {
69 virtual net::SSLConfigService* Get();
169 net::SSLConfigService* SSLConfigServiceManagerPref::Get() { in Get()
/external/chromium_org/chrome/browser/net/
Dssl_config_service_manager_pref_unittest.cc28 using net::SSLConfigService;
37 bool IsChannelIdEnabled(SSLConfigService* config_service) { in IsChannelIdEnabled()
61 scoped_refptr<SSLConfigService> config_service(config_manager->Get()); in TEST_F()
86 scoped_refptr<SSLConfigService> config_service(config_manager->Get()); in TEST_F()
121 scoped_refptr<SSLConfigService> config_service(config_manager->Get()); in TEST_F()
166 scoped_refptr<SSLConfigService> config_service(config_manager->Get()); in TEST_F()
174 EXPECT_EQ(net::SSLConfigService::default_version_max(), in TEST_F()
218 scoped_refptr<SSLConfigService> config_service(config_manager->Get()); in TEST_F()
Dssl_config_service_manager.h9 class SSLConfigService; variable
32 virtual net::SSLConfigService* Get() = 0;
Dssl_config_service_manager_pref.cc107 class SSLConfigServicePref : public net::SSLConfigService {
154 virtual net::SSLConfigService* Get() OVERRIDE;
252 net::SSLConfigService* SSLConfigServiceManagerPref::Get() { in Get()
285 config->version_min = net::SSLConfigService::default_version_min(); in GetSSLConfigFromPrefs()
286 config->version_max = net::SSLConfigService::default_version_max(); in GetSSLConfigFromPrefs()
/external/chromium/net/http/
Dhttp_network_session.h38 class SSLConfigService; variable
66 SSLConfigService* ssl_config_service;
115 SSLConfigService* ssl_config_service() { return ssl_config_service_; } in ssl_config_service()
166 const scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium/net/url_request/
Durl_request_context_storage.h27 class SSLConfigService; variable
52 void set_ssl_config_service(SSLConfigService* ssl_config_service);
78 scoped_refptr<SSLConfigService> ssl_config_service_;
Durl_request_context.h35 class SSLConfigService; variable
97 SSLConfigService* ssl_config_service() const { return ssl_config_service_; } in ssl_config_service()
98 void set_ssl_config_service(SSLConfigService* service) { in set_ssl_config_service()
220 scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium_org/net/url_request/
Durl_request_context_storage.h28 class SSLConfigService; variable
57 void set_ssl_config_service(SSLConfigService* ssl_config_service);
87 scoped_refptr<SSLConfigService> ssl_config_service_;
Durl_request_context.h113 SSLConfigService* ssl_config_service() const { in NON_EXPORTED_BASE()
116 void set_ssl_config_service(SSLConfigService* service) { in NON_EXPORTED_BASE()
227 scoped_refptr<SSLConfigService> ssl_config_service_; in NON_EXPORTED_BASE()
/external/chromium_org/net/http/
Dhttp_network_session.h47 class SSLConfigService; variable
68 SSLConfigService* ssl_config_service;
130 SSLConfigService* ssl_config_service() { return ssl_config_service_.get(); } in ssl_config_service()
193 const scoped_refptr<SSLConfigService> ssl_config_service_;
Dhttp_network_transaction_ssl_unittest.cc27 class TLS10SSLConfigService : public SSLConfigService {
44 class TLS11SSLConfigService : public SSLConfigService {
94 scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium/net/spdy/
Dspdy_session_pool.h39 public SSLConfigService::Observer,
43 SSLConfigService* ssl_config_service);
171 const scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium_org/net/spdy/
Dspdy_session_pool.h41 public SSLConfigService::Observer,
51 SSLConfigService* ssl_config_service,
211 const scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium_org/net/socket/
Dclient_socket_pool_manager_impl.h34 class SSLConfigService; variable
69 SSLConfigService* ssl_config_service,
116 const scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium/net/socket/
Dclient_socket_pool_manager.h44 class SSLConfigService; variable
80 SSLConfigService* ssl_config_service);
176 const scoped_refptr<SSLConfigService> ssl_config_service_;
/external/chromium_org/net/socket_stream/
Dsocket_stream_job.h18 class SSLConfigService; variable
42 SSLConfigService* ssl);
Dsocket_stream_job.cc27 SSLConfigService* ssl) { in CreateSocketStreamJob()
31 url.host(), SSLConfigService::IsSNIAvailable(ssl), &domain_state) && in CreateSocketStreamJob()
/external/chromium_org/chrome/browser/
Dio_thread.h58 class SSLConfigService; variable
123 scoped_refptr<net::SSLConfigService> ssl_config_service;
258 net::SSLConfigService* GetSSLConfigService();

1234