Home | History | Annotate | Download | only in prefs

Lines Matching full:bypass_list

16   std::string bypass_list;
26 ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list));
28 ASSERT_FALSE(dict.GetBypassList(&h.bypass_list));
39 ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list));
41 ASSERT_FALSE(dict.GetBypassList(&h.bypass_list));
52 ASSERT_TRUE(dict.GetPacUrl(&h.bypass_list));
53 EXPECT_EQ("pac", h.bypass_list);
55 ASSERT_FALSE(dict.GetBypassList(&h.bypass_list));
67 ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list));
70 ASSERT_TRUE(dict.GetBypassList(&h.bypass_list));
71 EXPECT_EQ("http://foo", h.bypass_list);
81 ASSERT_FALSE(dict.GetPacUrl(&h.bypass_list));
83 ASSERT_FALSE(dict.GetBypassList(&h.bypass_list));