HomeSort by relevance Sort by last modified time
    Searched refs:unrestricted_ssl3_fallback_enabled (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/net/ssl/
ssl_config_service.cc 46 unrestricted_ssl3_fallback_enabled(false),
166 (orig_config.unrestricted_ssl3_fallback_enabled !=
167 new_config.unrestricted_ssl3_fallback_enabled);
ssl_config_service_unittest.cc 72 initial_config.unrestricted_ssl3_fallback_enabled = false;
90 initial_config.unrestricted_ssl3_fallback_enabled = true;
ssl_config_service.h 103 // If |unrestricted_ssl3_fallback_enabled| is true, SSL 3.0 fallback will be
105 // If |unrestricted_ssl3_fallback_enabled| is false, SSL 3.0 fallback will be
108 bool unrestricted_ssl3_fallback_enabled; member in struct:net::SSLConfig
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref_unittest.cc 163 // |unrestricted_ssl3_fallback_enabled| is false.
164 // TODO(thaidn): |unrestricted_ssl3_fallback_enabled| is true by default
189 EXPECT_TRUE(ssl_config.unrestricted_ssl3_fallback_enabled);
204 bool unrestricted_ssl3_fallback_enabled; local
207 &unrestricted_ssl3_fallback_enabled));
239 EXPECT_TRUE(ssl_config.unrestricted_ssl3_fallback_enabled);
260 bool unrestricted_ssl3_fallback_enabled; local
263 &unrestricted_ssl3_fallback_enabled));
ssl_config_service_manager_pref.cc 250 true /* default_config.unrestricted_ssl3_fallback_enabled */);
309 config->unrestricted_ssl3_fallback_enabled =
  /external/chromium_org/net/http/
http_network_transaction_ssl_unittest.cc 136 ssl_config.unrestricted_ssl3_fallback_enabled = false;
182 ssl_config.unrestricted_ssl3_fallback_enabled = true;
197 // |unrestricted_ssl3_fallback_enabled| is true.
229 ssl_config.unrestricted_ssl3_fallback_enabled = false;
282 ssl_config.unrestricted_ssl3_fallback_enabled = true;
http_network_transaction.cc     [all...]

Completed in 573 milliseconds