Searched refs:AppendSwitch (Results 1 – 5 of 5) sorted by relevance
275 cl.AppendSwitch(switch1); in TEST()312 cl.AppendSwitch("switch1"); in TEST()333 cl1.AppendSwitch("switch1"); in TEST()342 c1.AppendSwitch("switch1"); in TEST()344 c2.AppendSwitch("switch2"); in TEST()396 initial->AppendSwitch("a"); in TEST()397 initial->AppendSwitch("bbbbbbbbbbbbbbb"); in TEST()398 initial->AppendSwitch("c"); in TEST()411 cl.AppendSwitch("a"); in TEST()412 cl.AppendSwitch("b"); in TEST()[all …]
177 void AppendSwitch(const std::string& switch_string);
318 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine
137 command_line.AppendSwitch(switch_string); in StartChildWithExtraSwitch()164 command_line.AppendSwitch(kRunAsBrokerClient); in StartChildWithExtraSwitch()
127 cmdline->AppendSwitch(switches::kDisableDevShmUsage); in SetUp()