Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/net/
Dssl_config_service_manager_pref.cc24 class SSLConfigServicePref : public net::SSLConfigService { class
26 SSLConfigServicePref() {} in SSLConfigServicePref() function in SSLConfigServicePref
27 virtual ~SSLConfigServicePref() {} in ~SSLConfigServicePref()
43 DISALLOW_COPY_AND_ASSIGN(SSLConfigServicePref);
46 void SSLConfigServicePref::GetSSLConfig(net::SSLConfig* config) { in GetSSLConfig()
50 void SSLConfigServicePref::SetNewSSLConfig( in SetNewSSLConfig()
96 scoped_refptr<SSLConfigServicePref> ssl_config_service_;
103 : ssl_config_service_(new SSLConfigServicePref()) { in SSLConfigServiceManagerPref()
187 &SSLConfigServicePref::SetNewSSLConfig, in Observe()
197 SSLConfigServicePref::SetSSLConfigFlags(config); in GetSSLConfigFromPrefs()