Home
last modified time | relevance | path

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

1234

/external/chromium_org/remoting/host/win/
Dworker_process_launcher_unittest.cc48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
230 void WorkerProcessLauncherTest::LaunchProcess( in LaunchProcess() function in remoting::WorkerProcessLauncherTest
386 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
388 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess)); in TEST_F()
403 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
422 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
445 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
468 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_)) in TEST_F()
489 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
552 void WtsSessionProcessDelegate::LaunchProcess( in LaunchProcess() function in remoting::WtsSessionProcessDelegate
554 core_->LaunchProcess(event_handler); in LaunchProcess()
Dwts_session_process_delegate.h44 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
Dunprivileged_process_delegate.h44 virtual void LaunchProcess(WorkerProcessLauncher* event_handler) OVERRIDE;
/external/chromium_org/base/process/
Dlaunch.h144 BASE_EXPORT bool LaunchProcess(const CommandLine& cmdline,
159 BASE_EXPORT bool LaunchProcess(const string16& cmdline,
168 BASE_EXPORT bool LaunchProcess(const std::vector<std::string>& argv,
Dlaunch_win.cc106 bool LaunchProcess(const string16& cmdline, in LaunchProcess() function
230 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
234 return LaunchProcess(cmdline.GetCommandLineString(), options, NULL); in LaunchProcess()
237 bool rv = LaunchProcess(cmdline.GetCommandLineString(), options, &process); in LaunchProcess()
Dprocess_util_unittest.cc396 EXPECT_TRUE(base::LaunchProcess( in TEST_F()
440 EXPECT_FALSE(base::LaunchProcess(cmd_line, options, NULL)); in TEST_F()
445 ASSERT_TRUE(base::LaunchProcess(cmd_line, options, NULL)); in TEST_F()
587 EXPECT_TRUE(base::LaunchProcess(args, options, NULL)); in TestLaunchProcess()
610 TEST_F(ProcessUtilTest, LaunchProcess) { in TEST_F() argument
Dlaunch_posix.cc273 bool LaunchProcess(const std::vector<std::string>& argv, in LaunchProcess() function
452 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
455 return LaunchProcess(cmdline.argv(), options, process_handle); in LaunchProcess()
/external/chromium_org/chrome/browser/printing/cloud_print/test/
Dcloud_print_policy_browsertest.cc50 base::LaunchProcess(new_command_line, base::LaunchOptions(), &handle); in IN_PROC_BROWSER_TEST_F()
79 base::LaunchProcess(new_command_line, base::LaunchOptions(), &handle); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chromeos/process_proxy/
Dprocess_proxy.cc55 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_); in Open()
218 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, in LaunchProcess() function in chromeos::ProcessProxy
231 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::LaunchOptions(), &process); in IN_PROC_BROWSER_TEST_F()
97 base::LaunchProcess(new_cmdline, base::LaunchOptions(), &process); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/installer/util/
Duser_experiment.cc133 return base::LaunchProcess(*cmd_line, options, NULL); in LaunchSetup()
137 return base::LaunchProcess(*cmd_line, base::LaunchOptions(), NULL); in LaunchSetup()
237 bool launched = base::LaunchProcess(*cmd_line, options, NULL); in LaunchSetupAsConsoleUser()
535 base::LaunchProcess(cmd, base::LaunchOptions(), NULL); in InactiveUserToastExperiment()
/external/chromium_org/chrome/browser/media/
Dchrome_webrtc_apprtc_browsertest.cc97 return base::LaunchProcess(command_line, base::LaunchOptions(), in LaunchApprtcInstanceOnLocalhost()
152 return base::LaunchProcess(command_line, base::LaunchOptions(), in LaunchFirefoxWithUrl()
/external/chromium_org/chrome/browser/first_run/
Dupgrade_util_linux.cc26 return base::LaunchProcess(command_line, base::LaunchOptions(), NULL); in RelaunchChromeBrowser()
Dupgrade_util_win.cc127 return base::LaunchProcess(command_line, base::LaunchOptions(), NULL); in RelaunchChromeHelper()
259 if (base::LaunchProcess(rename_cmd, options, &handle)) { in SwapNewChromeExeIfPresent()
/external/chromium_org/chrome/test/mini_installer_test/
Dinstaller_test_util.cc193 if (!base::LaunchProcess(browser, base::LaunchOptions(), &chrome)) { in LaunchChrome()
214 return base::LaunchProcess(cmd_line, base::LaunchOptions(), NULL); in LaunchIE()
287 if (!base::LaunchProcess(command, base::LaunchOptions(), &process)) { in RunAndWaitForCommandToFinish()
/external/chromium_org/chrome/browser/printing/
Dprinter_manager_dialog_linux.cc53 if (!base::LaunchProcess(argv, base::LaunchOptions(), &handle)) { in DetectAndOpenPrinterConfigDialog()
/external/chromium_org/chrome/browser/
Duser_data_dir_extractor_win.cc74 base::LaunchProcess(new_command_line, base::LaunchOptions(), NULL); in GetUserDataDir()
Dplatform_util_linux.cc40 if (base::LaunchProcess(argv, options, &handle)) in XDGUtil()
/external/chromium_org/base/test/
Dmultiprocess_test.cc30 LaunchProcess(MakeCmdLine(procname, debug_on_start), options, &handle); in SpawnChildWithOptions()
/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc69 bool LaunchProcess(const CommandLine& cmdline, in LaunchProcess() function
244 LaunchProcess(cmd, &chrome_handle, &thread_id); in Run()
321 if (!LaunchProcess(cmd, &chrome_handle, &thread_id)) { in CreateServiceStateFile()
/external/chromium_org/chrome/test/ui/
Dui_test_suite.cc74 if (!base::LaunchProcess(crash_service.value(), base::LaunchOptions(), in LoadCrashService()
/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/extensions/api/messaging/
Dnative_process_launcher_posix.cc66 if (!base::LaunchProcess(command_line, options, process_handle)) { in LaunchNativeProcess()

1234