Searched refs:LaunchProcess (Results 1 - 25 of 101) sorted by relevance

12345

/external/chromium_org/chrome/browser/first_run/
H A Dupgrade_util_linux.cc28 return base::LaunchProcess(command_line, options, NULL);
/external/chromium_org/chrome/browser/printing/cloud_print/test/
H A Dcloud_print_policy_browsertest.cc50 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
80 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(),
/external/chromium_org/base/process/
H A Dlaunch.h37 // 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(cons
[all...]
H A Dlaunch_win.cc108 bool LaunchProcess(const string16& cmdline, function in namespace:base
235 bool LaunchProcess(const CommandLine& cmdline, function in namespace:base
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL);
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process);
/external/chromium_org/base/test/
H A Dmultiprocess_test.cc25 LaunchProcess(command_line, options, &handle);
/external/chromium_org/chrome/browser/media/
H A Dtest_license_server.cc41 if (!base::LaunchProcess(command_line, base::LaunchOptions(),
/external/chromium_org/chrome/browser/printing/
H A Dprinter_manager_dialog_linux.cc53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) {
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.h43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
H A Dworker_process_launcher_unittest.cc48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
228 void WorkerProcessLauncherTest::LaunchProcess( function in class:remoting::WorkerProcessLauncherTest
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...]
H A Dunprivileged_process_delegate.h43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
H A Dworker_process_launcher.h51 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) = 0;
85 // Delegate::LaunchProcess(). The delegate has to make sure that this method
/external/chromium_org/apps/
H A Dload_and_launch_browsertest.cc54 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process);
97 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.h62 bool LaunchProcess(const std::string& command, int slave_fd, pid_t* pid);
H A Dprocess_proxy.cc56 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_);
219 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, function in class:chromeos::ProcessProxy
236 return base::LaunchProcess(CommandLine(base::FilePath(command)), options,
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h90 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
/external/chromium_org/chrome/installer/util/
H A Dgoogle_update_util.cc74 // The "&" can be used in base::LaunchProcess() without quotation
95 if (!base::LaunchProcess(cmd_string, base::LaunchOptions(),
187 base::LaunchProcess(cmd, launch_options, NULL);
H A Duser_experiment.cc139 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/
H A Dnative_process_launcher_posix.cc84 if (!base::LaunchProcess(command_line, options, process_handle)) {
/external/chromium_org/chrome/browser/nacl_host/test/
H A Dgdb_debug_stub_browsertest.cc47 base::LaunchProcess(cmd, base::LaunchOptions(), test_process);
/external/chromium_org/chrome/browser/
H A Dplatform_util_linux.cc41 if (base::LaunchProcess(argv, options, &handle))
/external/chromium_org/mojo/shell/
H A Dchild_process_host.cc93 if (!base::LaunchProcess(child_command_line, options, &child_process_handle_))
/external/chromium_org/sync/tools/testserver/
H A Drun_sync_testserver.cc48 if (!base::LaunchProcess(python_command, base::LaunchOptions(), NULL)) {
/external/chromium_org/win8/test/
H A Dmetro_registration_helper.cc57 if (base::LaunchProcess(register_command.GetCommandLineString(),
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc70 bool LaunchProcess(const CommandLine& cmdline, function in namespace:__anon6253
225 LaunchProcess(cmd, &chrome_handle, &thread_id);
299 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) {
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_linux.cc66 // base::LaunchProcess() returns true ("success") if the fork()
96 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) {

Completed in 594 milliseconds

12345