Home
last modified time | relevance | path

Searched refs:LaunchProcess (Results 1 – 25 of 107) sorted by relevance

12345

/external/chromium_org/remoting/host/win/
Dworker_process_launcher_unittest.cc48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
228 void WorkerProcessLauncherTest::LaunchProcess( in LaunchProcess() function in remoting::WorkerProcessLauncherTest
382 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
384 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess)); in TEST_F()
399 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
418 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
441 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
464 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
485 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
[all …]
Dwts_session_process_delegate.cc59 void LaunchProcess(WorkerProcessLauncher* event_handler);
228 void WtsSessionProcessDelegate::Core::LaunchProcess( in LaunchProcess() function in remoting::WtsSessionProcessDelegate::Core
550 void WtsSessionProcessDelegate::LaunchProcess( in LaunchProcess() function in remoting::WtsSessionProcessDelegate
552 core_->LaunchProcess(event_handler); in LaunchProcess()
Dwts_session_process_delegate.h43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
Dunprivileged_process_delegate.h43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
/external/chromium_org/base/process/
Dlaunch.h161 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline,
176 BASE_EXPORT bool LaunchProcess(const string16& cmdline,
195 BASE_EXPORT bool LaunchProcess(const std::vector<std::string>& argv,
Dlaunch_win.cc108 bool LaunchProcess(const string16& cmdline, in LaunchProcess() function
235 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
239 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL); in LaunchProcess()
242 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process); in LaunchProcess()
Dlaunch_posix.cc280 bool LaunchProcess(const std::vector<std::string>& argv, in LaunchProcess() function
477 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
480 return LaunchProcess(cmdline.argv(), options, process_handle); in LaunchProcess()
Dprocess_util_unittest.cc390 EXPECT_TRUE(base::LaunchProcess(MakeCmdLine("SimpleChildProcess"), options, in TEST_F()
434 EXPECT_FALSE(base::LaunchProcess(cmd_line, options, NULL)); in TEST_F()
439 ASSERT_TRUE(base::LaunchProcess(cmd_line, options, NULL)); in TEST_F()
653 EXPECT_TRUE(base::LaunchProcess(args, options, NULL)); in TestLaunchProcess()
675 TEST_F(ProcessUtilTest, LaunchProcess) { in TEST_F() argument
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_policy_browsertest.cc50 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(), in IN_PROC_BROWSER_TEST_F()
80 base::LaunchProcess(new_command_line, base::LaunchOptionsForTest(), in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy.cc56 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_); in Open()
219 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, in LaunchProcess() function in chromeos::ProcessProxy
236 return base::LaunchProcess(CommandLine(base::FilePath(command)), options, in LaunchProcess()
Dprocess_proxy.h62 bool LaunchProcess(const std::string& command, int slave_fd, pid_t* pid);
/external/chromium_org/apps/
Dload_and_launch_browsertest.cc54 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process); in IN_PROC_BROWSER_TEST_F()
97 base::LaunchProcess(new_cmdline, base::LaunchOptionsForTest(), &process); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/installer/util/
Duser_experiment.cc139 return base::LaunchProcess(*cmd_line, options, NULL); in LaunchSetup()
143 return base::LaunchProcess(*cmd_line, base::LaunchOptions(), NULL); in LaunchSetup()
243 bool launched = base::LaunchProcess(*cmd_line, options, NULL); in LaunchSetupAsConsoleUser()
531 base::LaunchProcess(cmd, base::LaunchOptions(), NULL); in InactiveUserToastExperiment()
Dgoogle_update_util.cc95 if (!base::LaunchProcess(cmd_string, base::LaunchOptions(), in LaunchProcessAndWaitWithTimeout()
187 base::LaunchProcess(cmd, launch_options, NULL); in ElevateIfNeededToReenableUpdates()
/external/chromium_org/chrome/browser/first_run/
Dupgrade_util_linux.cc28 return base::LaunchProcess(command_line, options, NULL); in RelaunchChromeBrowser()
Dupgrade_util_win.cc161 return base::LaunchProcess(chrome_exe_command_line, in RelaunchChromeHelper()
265 if (base::LaunchProcess(rename_cmd, options, &handle)) { in SwapNewChromeExeIfPresent()
/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc70 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
225 LaunchProcess(cmd, &chrome_handle, &thread_id); in Run()
299 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) { in CreateServiceStateFile()
/external/chromium_org/chrome/browser/media/
Dtest_license_server.cc41 if (!base::LaunchProcess(command_line, base::LaunchOptions(), in Start()
Dchrome_webrtc_apprtc_browsertest.cc100 return base::LaunchProcess(command_line, base::LaunchOptions(), in LaunchApprtcInstanceOnLocalhost()
197 return base::LaunchProcess(command_line, base::LaunchOptions(), in LaunchFirefoxWithUrl()
/external/chromium_org/chrome/browser/printing/
Dprinter_manager_dialog_linux.cc53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) { in DetectAndOpenPrinterConfigDialog()
/external/chromium_org/base/test/
Dmultiprocess_test.cc25 LaunchProcess(command_line, options, &handle); in SpawnMultiProcessTestChild()
/external/lldb/source/Plugins/Platform/FreeBSD/
DPlatformFreeBSD.cpp464 PlatformFreeBSD::LaunchProcess (ProcessLaunchInfo &launch_info) in LaunchProcess() function in PlatformFreeBSD
469 error = Platform::LaunchProcess (launch_info); in LaunchProcess()
474 error = m_remote_platform_sp->LaunchProcess (launch_info); in LaunchProcess()
/external/lldb/source/Plugins/Platform/Linux/
DPlatformLinux.h90 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
/external/chromium_org/chrome/service/cloud_print/
Dcloud_print_proxy.cc46 base::LaunchProcess(cmd_line, base::LaunchOptions(), &pid); in LaunchBrowserProcessWithSwitch()
53 base::LaunchProcess(cmd_line, launch_options, NULL); in LaunchBrowserProcessWithSwitch()
/external/chromium_org/chrome/browser/
Dplatform_util_linux.cc41 if (base::LaunchProcess(argv, options, &handle)) in XDGUtil()

12345