Searched refs:kTestChildProcess (Results 1 – 5 of 5) sorted by relevance
24 if (!command_line.HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild()25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in MakeCmdLine()
308 if (!command_line.HasSwitch(switches::kTestChildProcess)) in StartChildTestHelper()309 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname); in StartChildTestHelper()447 if (!command_line->HasSwitch(switches::kTestChildProcess)) in SpawnMultiProcessTestChild()448 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname); in SpawnMultiProcessTestChild()
51 const char kTestChildProcess[] = "test-child-process"; variable
26 extern const char kTestChildProcess[];
79 uninherited_args.insert(switches::kTestChildProcess); in StartChildWithExtraSwitch()