/external/chromium_org/remoting/host/win/ |
D | worker_process_launcher_unittest.cc | 48 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 …]
|
D | wts_session_process_delegate.cc | 59 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()
|
D | wts_session_process_delegate.h | 43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
|
D | unprivileged_process_delegate.h | 43 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
|
/external/chromium_org/base/process/ |
D | launch.h | 161 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,
|
D | launch_win.cc | 108 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()
|
D | launch_posix.cc | 280 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()
|
D | process_util_unittest.cc | 390 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/ |
D | cloud_print_policy_browsertest.cc | 50 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/ |
D | process_proxy.cc | 56 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()
|
D | process_proxy.h | 62 bool LaunchProcess(const std::string& command, int slave_fd, pid_t* pid);
|
/external/chromium_org/apps/ |
D | load_and_launch_browsertest.cc | 54 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/ |
D | user_experiment.cc | 139 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()
|
D | google_update_util.cc | 95 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/ |
D | upgrade_util_linux.cc | 28 return base::LaunchProcess(command_line, options, NULL); in RelaunchChromeBrowser()
|
D | upgrade_util_win.cc | 161 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/ |
D | chrome_launcher.cc | 70 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/ |
D | test_license_server.cc | 41 if (!base::LaunchProcess(command_line, base::LaunchOptions(), in Start()
|
D | chrome_webrtc_apprtc_browsertest.cc | 100 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/ |
D | printer_manager_dialog_linux.cc | 53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) { in DetectAndOpenPrinterConfigDialog()
|
/external/chromium_org/base/test/ |
D | multiprocess_test.cc | 25 LaunchProcess(command_line, options, &handle); in SpawnMultiProcessTestChild()
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 464 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/ |
D | PlatformLinux.h | 90 LaunchProcess (lldb_private::ProcessLaunchInfo &launch_info);
|
/external/chromium_org/chrome/service/cloud_print/ |
D | cloud_print_proxy.cc | 46 base::LaunchProcess(cmd_line, base::LaunchOptions(), &pid); in LaunchBrowserProcessWithSwitch() 53 base::LaunchProcess(cmd_line, launch_options, NULL); in LaunchBrowserProcessWithSwitch()
|
/external/chromium_org/chrome/browser/ |
D | platform_util_linux.cc | 41 if (base::LaunchProcess(argv, options, &handle)) in XDGUtil()
|