HomeSort by relevance Sort by last modified time
    Searched refs:kTestChildProcess (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/
base_switches.cc 51 const char kTestChildProcess[] = "test-child-process";
base_switches.h 26 extern const char kTestChildProcess[];
  /external/libchrome/base/test/
multiprocess_test.cc 24 if (!command_line.HasSwitch(switches::kTestChildProcess))
25 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
58 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
multiprocess_test_android.cc 308 if (!command_line.HasSwitch(switches::kTestChildProcess))
309 command_line.AppendSwitchASCII(switches::kTestChildProcess, procname);
447 if (!command_line->HasSwitch(switches::kTestChildProcess))
448 command_line->AppendSwitchASCII(switches::kTestChildProcess, procname);
  /external/libmojo/mojo/edk/test/
multiprocess_test_helper.cc 79 uninherited_args.insert(switches::kTestChildProcess);

Completed in 87 milliseconds