HomeSort by relevance Sort by last modified time
    Searched refs:LaunchProcess (Results 1 - 25 of 101) sorted by null

1 2 3 4 5

  /external/chromium_org/chrome/browser/first_run/
upgrade_util_linux.cc 28 return base::LaunchProcess(command_line, options, NULL);
  /external/chromium_org/remoting/host/win/
wts_session_process_delegate.h 43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
unprivileged_process_delegate.h 43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
worker_process_launcher_unittest.cc 48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
228 void WorkerProcessLauncherTest::LaunchProcess(
382 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
384 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess));
399 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
418 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
441 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
464 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
485 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)
    [all...]
worker_process_launcher.h 51 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) = 0;
85 // Delegate::LaunchProcess(). The delegate has to make sure that this method
  /external/chromium_org/chrome/browser/printing/cloud_print/test/
cloud_print_policy_browsertest.cc 50 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
80 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
  /external/chromium_org/base/process/
launch.h 37 // Options for launching a subprocess that are passed to LaunchProcess().
74 // be terminated immediately and LaunchProcess() will fail if assignment to
103 // call to LaunchProcess().
108 // the call to LaunchProcess().
161 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline,
166 // Windows-specific LaunchProcess that takes the command line as a
176 BASE_EXPORT bool LaunchProcess(const string16& cmdline,
181 // like LaunchProcess as it uses ShellExecuteEx instead of CreateProcess to
191 // A POSIX-specific version of LaunchProcess that takes an argv array
195 BASE_EXPORT bool LaunchProcess(const std::vector<std::string>& argv
    [all...]
launch_win.cc 108 bool LaunchProcess(const string16& cmdline,
235 bool LaunchProcess(const CommandLine& cmdline,
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
  /external/chromium_org/base/test/
multiprocess_test.cc 25 LaunchProcess(command_line, options, &handle);
  /external/chromium_org/chrome/browser/media/
test_license_server.cc 41 if (!base::LaunchProcess(command_line, base::LaunchOptions(),
  /external/chromium_org/chrome/browser/printing/
printer_manager_dialog_linux.cc 53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) {
  /external/chromium_org/apps/
load_and_launch_browsertest.cc 54 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process);
97 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process);
  /external/chromium_org/chromeos/process_proxy/
process_proxy.h 62 bool LaunchProcess(const std::string& command, int slave_fd, pid_t* pid);
process_proxy.cc 56 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_);
219 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd,
236 return base::LaunchProcess(CommandLine(base::FilePath(command)), options,
  /external/lldb/source/Plugins/Platform/Linux/
PlatformLinux.h 90 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
  /external/chromium_org/chrome/installer/util/
google_update_util.cc 74 // The "&" can be used in base::LaunchProcess() without quotation
95 if (!base::LaunchProcess(cmd_string, base::LaunchOptions(),
187 base::LaunchProcess(cmd, launch_options, NULL);
user_experiment.cc 139 return base::LaunchProcess(*cmd_line, options, NULL);
143 return base::LaunchProcess(*cmd_line, base::LaunchOptions(), NULL);
243 bool launched = base::LaunchProcess(*cmd_line, options, NULL);
531 base::LaunchProcess(cmd, base::LaunchOptions(), NULL);
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_process_launcher_posix.cc 84 if (!base::LaunchProcess(command_line, options, process_handle)) {
  /external/chromium_org/chrome/browser/nacl_host/test/
gdb_debug_stub_browsertest.cc 47 base::LaunchProcess(cmd, base::LaunchOptions(), test_process);
  /external/chromium_org/chrome/browser/
platform_util_linux.cc 41 if (base::LaunchProcess(argv, options, &handle))
  /external/chromium_org/mojo/shell/
child_process_host.cc 93 if (!base::LaunchProcess(child_command_line, options, &child_process_handle_))
  /external/chromium_org/sync/tools/testserver/
run_sync_testserver.cc 48 if (!base::LaunchProcess(python_command, base::LaunchOptions(), NULL)) {
  /external/lldb/source/Plugins/Platform/gdb-server/
PlatformRemoteGDBServer.h 89 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
  /external/chromium_org/cloud_print/service/win/
chrome_launcher.cc 70 bool LaunchProcess(const CommandLine& cmdline,
225 LaunchProcess(cmd, &chrome_handle, &thread_id);
299 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) {
  /external/chromium_org/chrome/browser/ui/webui/options/
advanced_options_utils_linux.cc 66 // base::LaunchProcess() returns true ("success") if the fork()
96 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) {

Completed in 469 milliseconds

1 2 3 4 5