Searched refs:SSLConfigServicePref (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc19 // SSLConfigServicePref
24 class SSLConfigServicePref : public net::SSLConfigService { class in inherits:net::SSLConfigService
26 SSLConfigServicePref() {} function in class:SSLConfigServicePref
27 virtual ~SSLConfigServicePref() {}
43 DISALLOW_COPY_AND_ASSIGN(SSLConfigServicePref);
46 void SSLConfigServicePref::GetSSLConfig(net::SSLConfig* config) {
50 void SSLConfigServicePref::SetNewSSLConfig(
60 // The manager for holding and updating an SSLConfigServicePref instance.
96 scoped_refptr<SSLConfigServicePref> ssl_config_service_;
103 : ssl_config_service_(new SSLConfigServicePref()) {
[all...]
/external/chromium_org/chrome/browser/net/
H A Dssl_config_service_manager_pref.cc102 // SSLConfigServicePref
107 class SSLConfigServicePref : public net::SSLConfigService { class in inherits:net::SSLConfigService
109 SSLConfigServicePref() {} function in class:SSLConfigServicePref
118 virtual ~SSLConfigServicePref() {}
127 DISALLOW_COPY_AND_ASSIGN(SSLConfigServicePref);
130 void SSLConfigServicePref::GetSSLConfig(net::SSLConfig* config) {
134 void SSLConfigServicePref::SetNewSSLConfig(
144 // The manager for holding and updating an SSLConfigServicePref instance.
184 scoped_refptr<SSLConfigServicePref> ssl_config_service_;
191 : ssl_config_service_(new SSLConfigServicePref()) {
[all...]

Completed in 157 milliseconds