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

  /external/chromium/net/base/
ssl_config_service.cc 35 SSLConfigService::SSLConfigService()
40 SSLConfigService* SSLConfigService::CreateSystemSSLConfigService() {
47 bool SSLConfigService::IsKnownFalseStartIncompatibleServer(
61 void SSLConfigService::EnableDNSSEC() {
66 bool SSLConfigService::dnssec_enabled() {
71 void SSLConfigService::DisableFalseStart() {
76 bool SSLConfigService::false_start_enabled() {
81 void SSLConfigService::EnableDNSCertProvenanceChecking()
    [all...]
ssl_config_service.h 99 // SSLConfigService objects may not have direct access to the configuration, or
101 class NET_EXPORT SSLConfigService : public base::RefCountedThreadSafe<SSLConfigService> {
118 SSLConfigService();
120 // Create an instance of SSLConfigService which retrieves the configuration
123 // configuration. Note: this does not handle SSLConfigService implementations
125 static SSLConfigService* CreateSystemSSLConfigService();
155 friend class base::RefCountedThreadSafe<SSLConfigService>;
157 virtual ~SSLConfigService();

Completed in 50 milliseconds