Home
last modified time | relevance | path

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

/external/chromium_org/net/ssl/
Dssl_config_service.cc65 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config, in ProcessConfigUpdate() argument
68 (orig_config.rev_checking_enabled != new_config.rev_checking_enabled) || in ProcessConfigUpdate()
69 (orig_config.rev_checking_required_local_anchors != in ProcessConfigUpdate()
71 (orig_config.version_min != new_config.version_min) || in ProcessConfigUpdate()
72 (orig_config.version_max != new_config.version_max) || in ProcessConfigUpdate()
73 (orig_config.disabled_cipher_suites != in ProcessConfigUpdate()
75 (orig_config.channel_id_enabled != new_config.channel_id_enabled) || in ProcessConfigUpdate()
76 (orig_config.false_start_enabled != new_config.false_start_enabled) || in ProcessConfigUpdate()
77 (orig_config.require_forward_secrecy != in ProcessConfigUpdate()
Dssl_config_service.h69 void ProcessConfigUpdate(const SSLConfig& orig_config,
/external/chromium_org/chrome/browser/net/
Dssl_config_service_manager_pref.cc136 net::SSLConfig orig_config = cached_config_; in SetNewSSLConfig() local
138 ProcessConfigUpdate(orig_config, new_config); in SetNewSSLConfig()