Searched refs:orig_config (Results 1 – 3 of 3) sorted by relevance
65 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config, in ProcessConfigUpdate() argument68 (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()
69 void ProcessConfigUpdate(const SSLConfig& orig_config,
136 net::SSLConfig orig_config = cached_config_; in SetNewSSLConfig() local138 ProcessConfigUpdate(orig_config, new_config); in SetNewSSLConfig()