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

  /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);

Completed in 337 milliseconds