Lines Matching full:base
11 #include "base/base_switches.h"
12 #include "base/bind.h"
13 #include "base/command_line.h"
14 #include "base/files/file_path.h"
15 #include "base/logging.h"
16 #include "base/memory/ref_counted.h"
17 #include "base/process/kill.h"
18 #include "base/process/process_handle.h"
19 #include "base/run_loop.h"
20 #include "base/strings/stringprintf.h"
21 #include "base/task_runner.h"
22 #include "base/threading/thread_task_runner_handle.h"
29 #include "base/win/windows_version.h"
31 #include "base/mac/mach_port_broker.h"
74 base::CommandLine command_line(
75 base::GetMultiProcessTestChildBaseCommandLine().GetProgram());
85 base::CommandLine::ForCurrentProcess()->GetSwitches()) {
106 base::LaunchOptions options;
111 if (base::win::GetVersion() >= base::win::VERSION_VISTA)
124 base::SpawnMultiProcessTestChild(test_child_main, command_line, options);
156 CHECK(base::CommandLine::InitializedForCurrentProcess());
158 primordial_pipe_token = base::CommandLine::ForCurrentProcess()
163 CHECK(base::MachPortBroker::ChildSendTaskPortToParent("mojo_test"));
168 *base::CommandLine::ForCurrentProcess()));
173 const base::Callback<int(MojoHandle)>& main) {
181 const base::Callback<void(MojoHandle)>& main) {