SSLConfig         117 chrome/browser/extensions/api/cast_channel/cast_socket.cc   net::SSLConfig ssl_config;
SSLConfig         121 chrome/browser/extensions/api/cast_channel/cast_socket.cc     net::SSLConfig::CertAndStatus cert_and_status;
SSLConfig         108 chrome/browser/net/preconnect.cc   net::SSLConfig ssl_config;
SSLConfig         112 chrome/browser/net/ssl_config_service_manager_pref.cc   virtual void GetSSLConfig(net::SSLConfig* config) OVERRIDE;
SSLConfig         122 chrome/browser/net/ssl_config_service_manager_pref.cc   void SetNewSSLConfig(const net::SSLConfig& new_config);
SSLConfig         125 chrome/browser/net/ssl_config_service_manager_pref.cc   net::SSLConfig cached_config_;
SSLConfig         130 chrome/browser/net/ssl_config_service_manager_pref.cc void SSLConfigServicePref::GetSSLConfig(net::SSLConfig* config) {
SSLConfig         135 chrome/browser/net/ssl_config_service_manager_pref.cc     const net::SSLConfig& new_config) {
SSLConfig         136 chrome/browser/net/ssl_config_service_manager_pref.cc   net::SSLConfig orig_config = cached_config_;
SSLConfig         164 chrome/browser/net/ssl_config_service_manager_pref.cc   void GetSSLConfigFromPrefs(net::SSLConfig* config);
SSLConfig         226 chrome/browser/net/ssl_config_service_manager_pref.cc   net::SSLConfig default_config;
SSLConfig         257 chrome/browser/net/ssl_config_service_manager_pref.cc   net::SSLConfig new_config;
SSLConfig         272 chrome/browser/net/ssl_config_service_manager_pref.cc     net::SSLConfig* config) {
SSLConfig          27 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc using net::SSLConfig;
SSLConfig          41 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc     SSLConfig config;
SSLConfig          64 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig config;
SSLConfig          89 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig old_config;
SSLConfig         102 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig config;
SSLConfig         124 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig old_config;
SSLConfig         139 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig config;
SSLConfig         166 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig ssl_config;
SSLConfig         209 chrome/browser/net/ssl_config_service_manager_pref_unittest.cc   SSLConfig ssl_config;
SSLConfig          91 content/browser/renderer_host/p2p/socket_host_tcp.cc   const net::SSLConfig ssl_config;
SSLConfig         175 content/browser/renderer_host/p2p/socket_host_tcp.cc   const net::SSLConfig ssl_config;
SSLConfig          26 content/browser/renderer_host/pepper/ssl_context_helper.h   const net::SSLConfig& ssl_config() { return ssl_config_; }
SSLConfig          41 content/browser/renderer_host/pepper/ssl_context_helper.h   net::SSLConfig ssl_config_;
SSLConfig         371 google_apis/gcm/engine/connection_factory_impl.cc   net::SSLConfig ssl_config;
SSLConfig         440 google_apis/gcm/engine/connection_factory_impl.cc   net::SSLConfig ssl_config;
SSLConfig         135 jingle/glue/chrome_async_socket_unittest.cc   net::SSLConfig ssl_config_;
SSLConfig          25 jingle/glue/proxy_resolving_client_socket.cc     const net::SSLConfig& ssl_config,
SSLConfig          46 jingle/glue/proxy_resolving_client_socket.h       const net::SSLConfig& ssl_config,
SSLConfig          91 jingle/glue/proxy_resolving_client_socket.h   const net::SSLConfig ssl_config_;
SSLConfig          61 jingle/glue/proxy_resolving_client_socket_unittest.cc       net::SSLConfig(),
SSLConfig          98 jingle/glue/proxy_resolving_client_socket_unittest.cc       net::SSLConfig(),
SSLConfig          20 jingle/glue/xmpp_client_socket_factory.cc     const net::SSLConfig& ssl_config,
SSLConfig          31 jingle/glue/xmpp_client_socket_factory.h       const net::SSLConfig& ssl_config,
SSLConfig          48 jingle/glue/xmpp_client_socket_factory.h   const net::SSLConfig ssl_config_;
SSLConfig          32 jingle/notifier/base/xmpp_connection.cc   const net::SSLConfig ssl_config;
SSLConfig         112 net/dns/address_sorter_posix_unittest.cc       const SSLConfig&,
SSLConfig          45 net/dns/dns_session_unittest.cc       const SSLConfig& ssl_config,
SSLConfig         231 net/http/http_network_transaction.cc   SSLConfig* ssl_config = response_.cert_request_info->is_proxy ?
SSLConfig         476 net/http/http_network_transaction.cc void HttpNetworkTransaction::OnStreamReady(const SSLConfig& used_ssl_config,
SSLConfig         497 net/http/http_network_transaction.cc     const SSLConfig& used_ssl_config,
SSLConfig         504 net/http/http_network_transaction.cc                                             const SSLConfig& used_ssl_config) {
SSLConfig         516 net/http/http_network_transaction.cc     const SSLConfig& used_ssl_config,
SSLConfig         537 net/http/http_network_transaction.cc     const SSLConfig& used_ssl_config,
SSLConfig         557 net/http/http_network_transaction.cc     const SSLConfig& used_ssl_config,
SSLConfig         568 net/http/http_network_transaction.cc     const SSLConfig& used_ssl_config,
SSLConfig        1310 net/http/http_network_transaction.cc   SSLConfig* ssl_config = response_.cert_request_info->is_proxy ?
SSLConfig          81 net/http/http_network_transaction.h   virtual void OnStreamReady(const SSLConfig& used_ssl_config,
SSLConfig          85 net/http/http_network_transaction.h       const SSLConfig& used_ssl_config,
SSLConfig          89 net/http/http_network_transaction.h                               const SSLConfig& used_ssl_config) OVERRIDE;
SSLConfig          91 net/http/http_network_transaction.h                                   const SSLConfig& used_ssl_config,
SSLConfig          95 net/http/http_network_transaction.h       const SSLConfig& used_ssl_config,
SSLConfig          98 net/http/http_network_transaction.h   virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
SSLConfig         101 net/http/http_network_transaction.h                                           const SSLConfig& used_ssl_config,
SSLConfig         293 net/http/http_network_transaction.h   SSLConfig server_ssl_config_;
SSLConfig         294 net/http/http_network_transaction.h   SSLConfig proxy_ssl_config_;
SSLConfig          34 net/http/http_network_transaction_ssl_unittest.cc   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE {
SSLConfig          41 net/http/http_network_transaction_ssl_unittest.cc   SSLConfig ssl_config_;
SSLConfig          51 net/http/http_network_transaction_ssl_unittest.cc   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE {
SSLConfig          58 net/http/http_network_transaction_ssl_unittest.cc   SSLConfig ssl_config_;
SSLConfig          90 net/http/http_network_transaction_ssl_unittest.cc   SSLConfig& GetServerSSLConfig(HttpNetworkTransaction* trans) {
SSLConfig         151 net/http/http_network_transaction_ssl_unittest.cc   SSLConfig& ssl_config = GetServerSSLConfig(trans.get());
SSLConfig        1390 net/http/http_network_transaction_unittest.cc   net::SSLConfig ssl_config;
SSLConfig        12215 net/http/http_network_transaction_unittest.cc     delegate_->OnStreamReady(SSLConfig(), ProxyInfo(), fake_stream);
SSLConfig        12269 net/http/http_network_transaction_unittest.cc       const SSLConfig& server_ssl_config,
SSLConfig        12270 net/http/http_network_transaction_unittest.cc       const SSLConfig& proxy_ssl_config,
SSLConfig        12281 net/http/http_network_transaction_unittest.cc       const SSLConfig& server_ssl_config,
SSLConfig        12282 net/http/http_network_transaction_unittest.cc       const SSLConfig& proxy_ssl_config,
SSLConfig        12295 net/http/http_network_transaction_unittest.cc                                  const SSLConfig& server_ssl_config,
SSLConfig        12296 net/http/http_network_transaction_unittest.cc                                  const SSLConfig& proxy_ssl_config) OVERRIDE {
SSLConfig        12591 net/http/http_network_transaction_unittest.cc   net::SSLConfig ssl_config;
SSLConfig          19 net/http/http_pipelined_connection.h struct SSLConfig;
SSLConfig          52 net/http/http_pipelined_connection.h         const SSLConfig& used_ssl_config,
SSLConfig          76 net/http/http_pipelined_connection.h   virtual const SSLConfig& used_ssl_config() const = 0;
SSLConfig          57 net/http/http_pipelined_connection_impl.cc     const SSLConfig& used_ssl_config,
SSLConfig          72 net/http/http_pipelined_connection_impl.cc     const SSLConfig& used_ssl_config,
SSLConfig         810 net/http/http_pipelined_connection_impl.cc const SSLConfig& HttpPipelinedConnectionImpl::used_ssl_config() const {
SSLConfig          54 net/http/http_pipelined_connection_impl.h         const SSLConfig& used_ssl_config,
SSLConfig          64 net/http/http_pipelined_connection_impl.h                               const SSLConfig& used_ssl_config,
SSLConfig          82 net/http/http_pipelined_connection_impl.h   virtual const SSLConfig& used_ssl_config() const OVERRIDE;
SSLConfig         299 net/http/http_pipelined_connection_impl.h   SSLConfig used_ssl_config_;
SSLConfig         180 net/http/http_pipelined_connection_impl_unittest.cc   SSLConfig ssl_config_;
SSLConfig          24 net/http/http_pipelined_host.h struct SSLConfig;
SSLConfig          78 net/http/http_pipelined_host.h       const SSLConfig& used_ssl_config,
SSLConfig          33 net/http/http_pipelined_host_forced.cc     const SSLConfig& used_ssl_config,
SSLConfig          28 net/http/http_pipelined_host_forced.h struct SSLConfig;
SSLConfig          45 net/http/http_pipelined_host_forced.h       const SSLConfig& used_ssl_config,
SSLConfig          58 net/http/http_pipelined_host_forced_unittest.cc   SSLConfig ssl_config_;
SSLConfig          38 net/http/http_pipelined_host_impl.cc     const SSLConfig& used_ssl_config,
SSLConfig          29 net/http/http_pipelined_host_impl.h struct SSLConfig;
SSLConfig          47 net/http/http_pipelined_host_impl.h       const SSLConfig& used_ssl_config,
SSLConfig          73 net/http/http_pipelined_host_impl_unittest.cc   SSLConfig ssl_config_;
SSLConfig          61 net/http/http_pipelined_host_pool.cc     const SSLConfig& used_ssl_config,
SSLConfig          57 net/http/http_pipelined_host_pool.h       const SSLConfig& used_ssl_config,
SSLConfig          55 net/http/http_pipelined_host_pool_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig         124 net/http/http_pipelined_host_pool_unittest.cc   const SSLConfig ssl_config_;
SSLConfig          32 net/http/http_pipelined_host_test_util.h       const SSLConfig& used_ssl_config,
SSLConfig          56 net/http/http_pipelined_host_test_util.h   MOCK_CONST_METHOD0(used_ssl_config, const SSLConfig&());
SSLConfig         133 net/http/http_pipelined_stream.cc const SSLConfig& HttpPipelinedStream::used_ssl_config() const {
SSLConfig          24 net/http/http_pipelined_stream.h struct SSLConfig;
SSLConfig          89 net/http/http_pipelined_stream.h   const SSLConfig& used_ssl_config() const;
SSLConfig         137 net/http/http_proxy_client_socket_pool_unittest.cc         SSLConfig(),
SSLConfig          46 net/http/http_stream_factory.h struct SSLConfig;
SSLConfig          70 net/http/http_stream_factory.h         const SSLConfig& used_ssl_config,
SSLConfig          82 net/http/http_stream_factory.h         const SSLConfig& used_ssl_config,
SSLConfig          91 net/http/http_stream_factory.h                                 const SSLConfig& used_ssl_config) = 0;
SSLConfig          98 net/http/http_stream_factory.h                                     const SSLConfig& used_ssl_config,
SSLConfig         120 net/http/http_stream_factory.h                                   const SSLConfig& used_ssl_config,
SSLConfig         128 net/http/http_stream_factory.h     virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
SSLConfig         145 net/http/http_stream_factory.h         const SSLConfig& used_ssl_config,
SSLConfig         195 net/http/http_stream_factory.h       const SSLConfig& server_ssl_config,
SSLConfig         196 net/http/http_stream_factory.h       const SSLConfig& proxy_ssl_config,
SSLConfig         206 net/http/http_stream_factory.h       const SSLConfig& server_ssl_config,
SSLConfig         207 net/http/http_stream_factory.h       const SSLConfig& proxy_ssl_config,
SSLConfig         216 net/http/http_stream_factory.h                                  const SSLConfig& server_ssl_config,
SSLConfig         217 net/http/http_stream_factory.h                                  const SSLConfig& proxy_ssl_config) = 0;
SSLConfig          72 net/http/http_stream_factory_impl.cc     const SSLConfig& server_ssl_config,
SSLConfig          73 net/http/http_stream_factory_impl.cc     const SSLConfig& proxy_ssl_config,
SSLConfig          89 net/http/http_stream_factory_impl.cc     const SSLConfig& server_ssl_config,
SSLConfig          90 net/http/http_stream_factory_impl.cc     const SSLConfig& proxy_ssl_config,
SSLConfig         108 net/http/http_stream_factory_impl.cc     const SSLConfig& server_ssl_config,
SSLConfig         109 net/http/http_stream_factory_impl.cc     const SSLConfig& proxy_ssl_config,
SSLConfig         161 net/http/http_stream_factory_impl.cc     const SSLConfig& server_ssl_config,
SSLConfig         162 net/http/http_stream_factory_impl.cc     const SSLConfig& proxy_ssl_config) {
SSLConfig         269 net/http/http_stream_factory_impl.cc     const SSLConfig& used_ssl_config,
SSLConfig         344 net/http/http_stream_factory_impl.cc     const SSLConfig& used_ssl_config) {
SSLConfig          42 net/http/http_stream_factory_impl.h       const SSLConfig& server_ssl_config,
SSLConfig          43 net/http/http_stream_factory_impl.h       const SSLConfig& proxy_ssl_config,
SSLConfig          50 net/http/http_stream_factory_impl.h       const SSLConfig& server_ssl_config,
SSLConfig          51 net/http/http_stream_factory_impl.h       const SSLConfig& proxy_ssl_config,
SSLConfig          59 net/http/http_stream_factory_impl.h                                  const SSLConfig& server_ssl_config,
SSLConfig          60 net/http/http_stream_factory_impl.h                                  const SSLConfig& proxy_ssl_config) OVERRIDE;
SSLConfig          85 net/http/http_stream_factory_impl.h       const SSLConfig& server_ssl_config,
SSLConfig          86 net/http/http_stream_factory_impl.h       const SSLConfig& proxy_ssl_config,
SSLConfig         103 net/http/http_stream_factory_impl.h                              const SSLConfig& used_ssl_config,
SSLConfig         127 net/http/http_stream_factory_impl.h                                      const SSLConfig& used_ssl_config);
SSLConfig          80 net/http/http_stream_factory_impl_job.cc                                 const SSLConfig& server_ssl_config,
SSLConfig          81 net/http/http_stream_factory_impl_job.cc                                 const SSLConfig& proxy_ssl_config,
SSLConfig         251 net/http/http_stream_factory_impl_job.cc const SSLConfig& HttpStreamFactoryImpl::Job::server_ssl_config() const {
SSLConfig         255 net/http/http_stream_factory_impl_job.cc const SSLConfig& HttpStreamFactoryImpl::Job::proxy_ssl_config() const {
SSLConfig         855 net/http/http_stream_factory_impl_job.cc       SSLConfig websocket_server_ssl_config = server_ssl_config_;
SSLConfig        1230 net/http/http_stream_factory_impl_job.cc     SSLConfig* ssl_config,
SSLConfig        1381 net/http/http_stream_factory_impl_job.cc   SSLConfig::CertAndStatus bad_cert;
SSLConfig          43 net/http/http_stream_factory_impl_job.h       const SSLConfig& server_ssl_config,
SSLConfig          44 net/http/http_stream_factory_impl_job.h       const SSLConfig& proxy_ssl_config,
SSLConfig          85 net/http/http_stream_factory_impl_job.h   const SSLConfig& server_ssl_config() const;
SSLConfig          86 net/http/http_stream_factory_impl_job.h   const SSLConfig& proxy_ssl_config() const;
SSLConfig         178 net/http/http_stream_factory_impl_job.h                      SSLConfig* ssl_config,
SSLConfig         238 net/http/http_stream_factory_impl_job.h   SSLConfig server_ssl_config_;
SSLConfig         239 net/http/http_stream_factory_impl_job.h   SSLConfig proxy_ssl_config_;
SSLConfig         104 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         117 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         132 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config) {
SSLConfig         166 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         179 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         192 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         204 net/http/http_stream_factory_impl_request.cc     const SSLConfig& used_ssl_config,
SSLConfig         313 net/http/http_stream_factory_impl_request.cc   const SSLConfig used_ssl_config = job->server_ssl_config();
SSLConfig          81 net/http/http_stream_factory_impl_request.h                      const SSLConfig& used_ssl_config,
SSLConfig          85 net/http/http_stream_factory_impl_request.h                                        const SSLConfig& used_ssl_config,
SSLConfig          88 net/http/http_stream_factory_impl_request.h   void OnStreamFailed(Job* job, int status, const SSLConfig& used_ssl_config);
SSLConfig          91 net/http/http_stream_factory_impl_request.h                           const SSLConfig& used_ssl_config,
SSLConfig          95 net/http/http_stream_factory_impl_request.h                         const SSLConfig& used_ssl_config,
SSLConfig          99 net/http/http_stream_factory_impl_request.h                          const SSLConfig& used_ssl_config,
SSLConfig         104 net/http/http_stream_factory_impl_request.h       const SSLConfig& used_ssl_config,
SSLConfig          36 net/http/http_stream_factory_impl_request_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig          40 net/http/http_stream_factory_impl_request_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig          45 net/http/http_stream_factory_impl_request_unittest.cc       const SSLConfig& used_ssl_config) OVERRIDE {}
SSLConfig          48 net/http/http_stream_factory_impl_request_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig          51 net/http/http_stream_factory_impl_request_unittest.cc                                 const SSLConfig& used_ssl_config,
SSLConfig          54 net/http/http_stream_factory_impl_request_unittest.cc   virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
SSLConfig          57 net/http/http_stream_factory_impl_request_unittest.cc                                           const SSLConfig& used_ssl_config,
SSLConfig          83 net/http/http_stream_factory_impl_request_unittest.cc                                      SSLConfig(),
SSLConfig          84 net/http/http_stream_factory_impl_request_unittest.cc                                      SSLConfig(),
SSLConfig          93 net/http/http_stream_factory_impl_request_unittest.cc   request.OnStreamFailed(job, ERR_FAILED, SSLConfig());
SSLConfig         167 net/http/http_stream_factory_impl_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig         179 net/http/http_stream_factory_impl_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig         192 net/http/http_stream_factory_impl_unittest.cc       const SSLConfig& used_ssl_config) OVERRIDE {}
SSLConfig         196 net/http/http_stream_factory_impl_unittest.cc       const SSLConfig& used_ssl_config,
SSLConfig         200 net/http/http_stream_factory_impl_unittest.cc                                 const SSLConfig& used_ssl_config,
SSLConfig         204 net/http/http_stream_factory_impl_unittest.cc   virtual void OnNeedsClientAuth(const SSLConfig& used_ssl_config,
SSLConfig         208 net/http/http_stream_factory_impl_unittest.cc                                           const SSLConfig& used_ssl_config,
SSLConfig         220 net/http/http_stream_factory_impl_unittest.cc   const SSLConfig& used_ssl_config() const {
SSLConfig         243 net/http/http_stream_factory_impl_unittest.cc   SSLConfig used_ssl_config_;
SSLConfig         318 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         631 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         672 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         683 net/http/http_stream_factory_impl_unittest.cc   SSLConfig used_ssl_config = waiter.used_ssl_config();
SSLConfig         725 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         769 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         799 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         848 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         893 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         944 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig         995 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig        1043 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig        1107 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig        1159 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig        1214 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig        1305 net/http/http_stream_factory_impl_unittest.cc   SSLConfig ssl_config;
SSLConfig          90 net/socket/client_socket_factory.cc       const SSLConfig& ssl_config,
SSLConfig          25 net/socket/client_socket_factory.h struct SSLConfig;
SSLConfig          53 net/socket/client_socket_factory.h       const SSLConfig& ssl_config,
SSLConfig         226 net/socket/client_socket_pool_base_unittest.cc       const SSLConfig& ssl_config,
SSLConfig          77 net/socket/client_socket_pool_manager.cc                          const SSLConfig& ssl_config_for_origin,
SSLConfig          78 net/socket/client_socket_pool_manager.cc                          const SSLConfig& ssl_config_for_proxy,
SSLConfig         373 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_origin,
SSLConfig         374 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_proxy,
SSLConfig         398 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_origin,
SSLConfig         399 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_proxy,
SSLConfig         418 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_origin,
SSLConfig         419 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_proxy,
SSLConfig         443 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_origin,
SSLConfig         444 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_proxy,
SSLConfig         473 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_origin,
SSLConfig         474 net/socket/client_socket_pool_manager.cc     const SSLConfig& ssl_config_for_proxy,
SSLConfig          39 net/socket/client_socket_pool_manager.h struct SSLConfig;
SSLConfig         101 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_origin,
SSLConfig         102 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_proxy,
SSLConfig         127 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_origin,
SSLConfig         128 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_proxy,
SSLConfig         143 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_origin,
SSLConfig         144 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_proxy,
SSLConfig         158 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_origin,
SSLConfig         159 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_proxy,
SSLConfig         176 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_origin,
SSLConfig         177 net/socket/client_socket_pool_manager.h     const SSLConfig& ssl_config_for_proxy,
SSLConfig         694 net/socket/socket_test_util.cc     const SSLConfig& ssl_config,
SSLConfig        1308 net/socket/socket_test_util.cc     const SSLConfig& ssl_config,
SSLConfig        1849 net/socket/socket_test_util.cc     const SSLConfig& ssl_config,
SSLConfig         653 net/socket/socket_test_util.h       const SSLConfig& ssl_config,
SSLConfig         929 net/socket/socket_test_util.h                       const SSLConfig& ssl_config,
SSLConfig        1233 net/socket/socket_test_util.h       const SSLConfig& ssl_config,
SSLConfig         193 net/socket/ssl_client_socket.cc     const SSLConfig& ssl_config,
SSLConfig          23 net/socket/ssl_client_socket.h struct SSLConfig;
SSLConfig         155 net/socket/ssl_client_socket.h       const SSLConfig& ssl_config,
SSLConfig         601 net/socket/ssl_client_socket_nss.cc        const SSLConfig& ssl_config,
SSLConfig         852 net/socket/ssl_client_socket_nss.cc   SSLConfig ssl_config_;
SSLConfig         932 net/socket/ssl_client_socket_nss.cc     const SSLConfig& ssl_config,
SSLConfig        2804 net/socket/ssl_client_socket_nss.cc     const SSLConfig& ssl_config,
SSLConfig          66 net/socket/ssl_client_socket_nss.h                      const SSLConfig& ssl_config,
SSLConfig         165 net/socket/ssl_client_socket_nss.h   SSLConfig ssl_config_;
SSLConfig         482 net/socket/ssl_client_socket_openssl.cc     const SSLConfig& ssl_config,
SSLConfig          49 net/socket/ssl_client_socket_openssl.h                          const SSLConfig& ssl_config,
SSLConfig         213 net/socket/ssl_client_socket_openssl.h   SSLConfig ssl_config_;
SSLConfig          63 net/socket/ssl_client_socket_openssl_unittest.cc const SSLConfig kDefaultSSLConfig;
SSLConfig         159 net/socket/ssl_client_socket_openssl_unittest.cc       const SSLConfig& ssl_config) {
SSLConfig         199 net/socket/ssl_client_socket_openssl_unittest.cc   bool RecordPrivateKey(SSLConfig& ssl_config,
SSLConfig         213 net/socket/ssl_client_socket_openssl_unittest.cc   bool CreateAndConnectSSLClientSocket(SSLConfig& ssl_config,
SSLConfig         260 net/socket/ssl_client_socket_openssl_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig         280 net/socket/ssl_client_socket_openssl_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig         302 net/socket/ssl_client_socket_openssl_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig         332 net/socket/ssl_client_socket_openssl_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig         354 net/socket/ssl_client_socket_openssl_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig          33 net/socket/ssl_client_socket_pool.cc     const SSLConfig& ssl_config,
SSLConfig          50 net/socket/ssl_client_socket_pool.h       const SSLConfig& ssl_config,
SSLConfig          72 net/socket/ssl_client_socket_pool.h   const SSLConfig& ssl_config() const { return ssl_config_; }
SSLConfig          87 net/socket/ssl_client_socket_pool.h   const SSLConfig ssl_config_;
SSLConfig         221 net/socket/ssl_client_socket_pool_unittest.cc   SSLConfig ssl_config_;
SSLConfig          37 net/socket/ssl_client_socket_unittest.cc const SSLConfig kDefaultSSLConfig;
SSLConfig         514 net/socket/ssl_client_socket_unittest.cc       const SSLConfig& ssl_config) {
SSLConfig         794 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config = kDefaultSSLConfig;
SSLConfig         909 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig         979 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        1122 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        1245 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        1618 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        1993 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        2049 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig        2104 net/socket/ssl_client_socket_unittest.cc   SSLConfig ssl_config;
SSLConfig          21 net/socket/ssl_server_socket.h struct SSLConfig;
SSLConfig          60 net/socket/ssl_server_socket.h     const SSLConfig& ssl_config);
SSLConfig          85 net/socket/ssl_server_socket_nss.cc     const SSLConfig& ssl_config) {
SSLConfig          97 net/socket/ssl_server_socket_nss.cc     const SSLConfig& ssl_config)
SSLConfig          30 net/socket/ssl_server_socket_nss.h                      const SSLConfig& ssl_config);
SSLConfig         134 net/socket/ssl_server_socket_nss.h   SSLConfig ssl_config_;
SSLConfig          23 net/socket/ssl_server_socket_openssl.cc     const SSLConfig& ssl_config) {
SSLConfig         333 net/socket/ssl_server_socket_unittest.cc     net::SSLConfig ssl_config;
SSLConfig         338 net/socket/ssl_server_socket_unittest.cc     net::SSLConfig::CertAndStatus cert_and_status;
SSLConfig         352 net/socket/ssl_server_socket_unittest.cc         cert.get(), private_key.get(), net::SSLConfig());
SSLConfig         405 net/socket/transport_client_socket_pool_unittest.cc       const SSLConfig& ssl_config,
SSLConfig        1215 net/socket_stream/socket_stream.cc int SocketStream::HandleCertificateRequest(int result, SSLConfig* ssl_config) {
SSLConfig        1263 net/socket_stream/socket_stream.cc int SocketStream::AllowCertErrorForReconnection(SSLConfig* ssl_config) {
SSLConfig        1284 net/socket_stream/socket_stream.cc   SSLConfig::CertAndStatus bad_cert;
SSLConfig         136 net/socket_stream/socket_stream.h   const SSLConfig& server_ssl_config() const { return server_ssl_config_; }
SSLConfig         331 net/socket_stream/socket_stream.h   int HandleCertificateRequest(int result, SSLConfig* ssl_config);
SSLConfig         336 net/socket_stream/socket_stream.h   int AllowCertErrorForReconnection(SSLConfig* ssl_config);
SSLConfig         375 net/socket_stream/socket_stream.h   SSLConfig server_ssl_config_;
SSLConfig         376 net/socket_stream/socket_stream.h   SSLConfig proxy_ssl_config_;
SSLConfig        1079 net/spdy/spdy_network_transaction_unittest.cc   SSLConfig preconnect_ssl_config;
SSLConfig         510 net/spdy/spdy_test_util_common.cc     SSLConfig ssl_config;
SSLConfig          28 net/ssl/ssl_config.cc SSLConfig::CertAndStatus::CertAndStatus() : cert_status(0) {}
SSLConfig          30 net/ssl/ssl_config.cc SSLConfig::CertAndStatus::~CertAndStatus() {}
SSLConfig          32 net/ssl/ssl_config.cc SSLConfig::SSLConfig()
SSLConfig          47 net/ssl/ssl_config.cc SSLConfig::~SSLConfig() {}
SSLConfig          49 net/ssl/ssl_config.cc bool SSLConfig::IsAllowedBadCert(X509Certificate* cert,
SSLConfig          57 net/ssl/ssl_config.cc bool SSLConfig::IsAllowedBadCert(const base::StringPiece& der_cert,
SSLConfig          36 net/ssl/ssl_config.h struct NET_EXPORT SSLConfig {
SSLConfig          39 net/ssl/ssl_config.h   SSLConfig();
SSLConfig          40 net/ssl/ssl_config.h   ~SSLConfig();
SSLConfig          65 net/ssl/ssl_config_service.cc void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,
SSLConfig          66 net/ssl/ssl_config_service.cc                                            const SSLConfig& new_config) {
SSLConfig          89 net/ssl/ssl_config_service.cc   SSLConfig ssl_config;
SSLConfig          47 net/ssl/ssl_config_service.h   virtual void GetSSLConfig(SSLConfig* config) = 0;
SSLConfig          72 net/ssl/ssl_config_service.h   void ProcessConfigUpdate(const SSLConfig& orig_config,
SSLConfig          73 net/ssl/ssl_config_service.h                            const SSLConfig& new_config);
SSLConfig          12 net/ssl/ssl_config_service_defaults.cc void SSLConfigServiceDefaults::GetSSLConfig(SSLConfig* config) {
SSLConfig          21 net/ssl/ssl_config_service_defaults.h   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE;
SSLConfig          27 net/ssl/ssl_config_service_defaults.h   const SSLConfig default_config_;
SSLConfig          19 net/ssl/ssl_config_service_unittest.cc   explicit MockSSLConfigService(const SSLConfig& config) : config_(config) {}
SSLConfig          22 net/ssl/ssl_config_service_unittest.cc   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE {
SSLConfig          28 net/ssl/ssl_config_service_unittest.cc   void SetSSLConfig(const SSLConfig& config) {
SSLConfig          29 net/ssl/ssl_config_service_unittest.cc     SSLConfig old_config = config_;
SSLConfig          37 net/ssl/ssl_config_service_unittest.cc   SSLConfig config_;
SSLConfig          51 net/ssl/ssl_config_service_unittest.cc   SSLConfig initial_config;
SSLConfig          69 net/ssl/ssl_config_service_unittest.cc   SSLConfig initial_config;
SSLConfig        7106 net/url_request/url_request_unittest.cc   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE {
SSLConfig        7107 net/url_request/url_request_unittest.cc     *config = SSLConfig();
SSLConfig         251 net/websockets/websocket_job_test.cc   virtual void GetSSLConfig(SSLConfig* config) OVERRIDE {}
SSLConfig          87 remoting/jingle_glue/xmpp_signal_strategy.cc           socket_factory_, net::SSLConfig(), request_context_getter_, false));
SSLConfig          76 remoting/protocol/ssl_hmac_channel_authenticator.cc     net::SSLConfig ssl_config;
SSLConfig          93 remoting/protocol/ssl_hmac_channel_authenticator.cc     net::SSLConfig::CertAndStatus cert_and_status;
SSLConfig          97 remoting/protocol/ssl_hmac_channel_authenticator.cc     net::SSLConfig ssl_config;