HomeSort by relevance Sort by last modified time
    Searched full:orig_config (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/net/ssl/
ssl_config_service.cc 154 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,
157 (orig_config.rev_checking_enabled != new_config.rev_checking_enabled) ||
158 (orig_config.rev_checking_required_local_anchors !=
160 (orig_config.version_min != new_config.version_min) ||
161 (orig_config.version_max != new_config.version_max) ||
162 (orig_config.disabled_cipher_suites !=
164 (orig_config.channel_id_enabled != new_config.channel_id_enabled) ||
165 (orig_config.false_start_enabled != new_config.false_start_enabled) ||
166 (orig_config.unrestricted_ssl3_fallback_enabled !=
ssl_config_service.h 221 void ProcessConfigUpdate(const SSLConfig& orig_config,
  /external/chromium/net/base/
ssl_config_service.cc 109 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,
111 if (orig_config.rev_checking_enabled != new_config.rev_checking_enabled ||
112 orig_config.ssl3_enabled != new_config.ssl3_enabled ||
113 orig_config.tls1_enabled != new_config.tls1_enabled) {
ssl_config_service.h 163 void ProcessConfigUpdate(const SSLConfig& orig_config,
  /external/chromium/chrome/browser/net/
ssl_config_service_manager_pref.cc 52 net::SSLConfig orig_config = cached_config_; local
54 ProcessConfigUpdate(orig_config, new_config);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref.cc 136 net::SSLConfig orig_config = cached_config_; local
138 ProcessConfigUpdate(orig_config, new_config);

Completed in 241 milliseconds