Searched refs:AppendSwitchASCII (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/test/ |
D | multiprocess_test.cc | 25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild() 58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
|
D | multiprocess_test_android.cc | 69 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
|
/external/libchrome/base/ |
D | command_line_unittest.cc | 275 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()
|
D | command_line.h | 175 void AppendSwitchASCII(const std::string& switch_string,
|
D | command_line.cc | 347 void CommandLine::AppendSwitchASCII(const std::string& switch_string, in AppendSwitchASCII() function in base::CommandLine
|