Lines Matching defs:base
10 #include "base/macros.h"
11 #include "base/process/launch.h"
12 #include "base/process/process.h"
16 namespace base {
21 // function. Use these when you already have another base class for your test
29 // base::GetMultiProcessTestChildBaseCommandLine());
36 // base::Process test_child_process =
37 // base::SpawnMultiProcessTestChild("a_test_func", command_line,
65 // Gets the base command line for |SpawnMultiProcessTestChild()|. To this, you
129 } // namespace base