Home
last modified time | relevance | path

Searched refs:AppendSwitchASCII (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/base/test/
Dmultiprocess_test.cc25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
Dmultiprocess_test_android.cc69 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
/external/libchrome/base/
Dcommand_line_unittest.cc275 cl.AppendSwitchASCII(switch2, value2); in TEST()
276 cl.AppendSwitchASCII(switch3, value3); in TEST()
277 cl.AppendSwitchASCII(switch4, value4); in TEST()
278 cl.AppendSwitchASCII(switch5, value4); in TEST()
312 cl.AppendSwitchASCII("switch2", "foo"); in TEST()
333 cl1.AppendSwitchASCII("switch2", "foo"); in TEST()
Dcommand_line.h175 void AppendSwitchASCII(const std::string& switch_string,
Dcommand_line.cc347 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine