Searched refs:AppendSwitch (Results 1 – 3 of 3) sorted by relevance
274 cl.AppendSwitch(switch1); in TEST()311 cl.AppendSwitch("switch1"); in TEST()332 cl1.AppendSwitch("switch1"); in TEST()341 c1.AppendSwitch("switch1"); in TEST()343 c2.AppendSwitch("switch2"); in TEST()394 initial->AppendSwitch("a"); in TEST()395 initial->AppendSwitch("bbbbbbbbbbbbbbb"); in TEST()396 initial->AppendSwitch("c"); in TEST()
170 void AppendSwitch(const std::string& switch_string);
314 void CommandLine::AppendSwitch(const std::string& switch_string) { in AppendSwitch() function in base::CommandLine