HomeSort by relevance Sort by last modified time
    Searched full:network_params (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/browser/chromeos/
proxy_config_service_impl_unittest.cc 381 const TestParams& network_params = tests[proxies[i][2]]; local
387 network_params.description.c_str()));
394 InitConfigWithTestInput(network_params.input, &network_config);
421 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect());
422 EXPECT_EQ(network_params.pac_url, actual_config.pac_url());
423 EXPECT_TRUE(network_params.proxy_rules.Matches(
438 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect());
439 EXPECT_EQ(network_params.pac_url, actual_config.pac_url());
440 EXPECT_TRUE(network_params.proxy_rules.Matches(
446 EXPECT_EQ(network_params.auto_detect, actual_config.auto_detect())
    [all...]

Completed in 170 milliseconds