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

  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref_unittest.cc 70 SSLConfig old_config; local
71 config_service->GetSSLConfig(&old_config);
72 EXPECT_TRUE(old_config.disabled_cipher_suites.empty());
86 EXPECT_NE(old_config.disabled_cipher_suites, config.disabled_cipher_suites);
105 SSLConfig old_config; local
106 config_service->GetSSLConfig(&old_config);
107 EXPECT_TRUE(old_config.disabled_cipher_suites.empty());
123 EXPECT_NE(old_config.disabled_cipher_suites, config.disabled_cipher_suites);
  /external/chromium_org/net/ssl/
ssl_config_service_unittest.cc 29 SSLConfig old_config = config_; local
31 ProcessConfigUpdate(old_config, config_);
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 645 if (typeof params.old_config == 'object') {
646 var oldConfigString = proxySettingsToString(params.old_config);
649 out.writeArrowKey('old_config');
653 consumedParams.old_config = true;
  /external/chromium_org/net/proxy/
proxy_service.cc 277 const ProxyConfig* old_config,
281 // The "old_config" is optional -- the first notification will not have
283 if (old_config->is_valid())
284 dict->Set("old_config", old_config->ToValue());
    [all...]
  /external/chromium_org/media/filters/
chunk_demuxer.cc 620 TextTrackConfig old_config = text_stream->text_track_config(); local
621 if (!new_config.Matches(old_config)) {
652 TextTrackConfig old_config = stream->text_track_config(); local
653 if (!new_config.Matches(old_config)) {
    [all...]

Completed in 134 milliseconds