Searched defs:switch1 (Results 1 - 1 of 1) 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"));

Completed in 42 milliseconds