Lines Matching refs:SSLConfigService
35 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()
94 void SSLConfigService::RemoveObserver(Observer* observer) { in RemoveObserver()
98 SSLConfigService::~SSLConfigService() { in ~SSLConfigService()
102 void SSLConfigService::SetSSLConfigFlags(SSLConfig* ssl_config) { in SetSSLConfigFlags()
109 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config, in ProcessConfigUpdate()