Searched refs:switch1 (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dcommand_line_unittest.cc119 std::string switch1 = "switch1"; local
131 cl.AppendSwitch(switch1);
137 EXPECT_TRUE(cl.HasSwitch(switch1));
149 L"--switch1 "
163 cl1.AppendSwitch("switch1");
172 c1.AppendSwitch("switch1");
178 EXPECT_TRUE(c1.HasSwitch("switch1"));
/external/chromium_org/base/
H A Dcommand_line_unittest.cc243 std::string switch1 = "switch1"; local
255 cl.AppendSwitch(switch1);
261 EXPECT_TRUE(cl.HasSwitch(switch1));
273 L"--switch1 "
288 cl.AppendSwitch("switch1");
293 EXPECT_EQ(FILE_PATH_LITERAL("prog --switch1 --switch2=foo -- --arg1 --arg2"),
297 EXPECT_EQ(FILE_PATH_LITERAL("--switch1"), cl_argv[1]);
309 cl1.AppendSwitch("switch1");
318 c1.AppendSwitch("switch1");
[all...]

Completed in 31 milliseconds