Searched defs:LaunchProcess (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/process/
H A Dlaunch_win.cc104 bool LaunchProcess(const string16& cmdline, function in namespace:base
192 bool LaunchProcess(const CommandLine& cmdline, function in namespace:base
195 return LaunchProcess(cmdline.GetCommandLineString(), options, process_handle);
H A Dlaunch_posix.cc395 bool LaunchProcess(const std::vector<std::string>& argv, function in namespace:base
553 RAW_LOG(ERROR, "LaunchProcess: failed to execvp:");
574 bool LaunchProcess(const CommandLine& cmdline, function in namespace:base
577 return LaunchProcess(cmdline.argv(), options, process_handle);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy.cc55 process_launched_ = LaunchProcess(command, pt_pair_[PT_SLAVE_FD], &pid_);
218 bool ProcessProxy::LaunchProcess(const std::string& command, int slave_fd, function in class:chromeos::ProcessProxy
234 return base::LaunchProcess(CommandLine(base::FilePath(command)), options,
/external/chromium_org/cloud_print/service/win/
H A Dchrome_launcher.cc69 bool LaunchProcess(const CommandLine& cmdline, function in namespace:__anon7370
243 LaunchProcess(cmd, chrome_handle.Receive(), &thread_id);
320 if (!LaunchProcess(cmd, chrome_handle.Receive(), &thread_id)) {
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc223 void UnprivilegedProcessDelegate::LaunchProcess( function in class:remoting::UnprivilegedProcessDelegate
H A Dworker_process_launcher_unittest.cc48 MOCK_METHOD1(LaunchProcess, void(WorkerProcessLauncher*));
115 void LaunchProcess(
230 void WorkerProcessLauncherTest::LaunchProcess( function in class:remoting::WorkerProcessLauncherTest
384 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
386 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::LaunchProcess));
401 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
420 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
443 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
466 EXPECT_CALL(*launcher_delegate_, LaunchProcess(_))
487 EXPECT_CALL(*launcher_delegate_, LaunchProcess(
[all...]
H A Dwts_session_process_delegate.cc59 void LaunchProcess(WorkerProcessLauncher* event_handler);
78 // The actual implementation of LaunchProcess()
228 void WtsSessionProcessDelegate::Core::LaunchProcess( function in class:remoting::WtsSessionProcessDelegate::Core
551 void WtsSessionProcessDelegate::LaunchProcess( function in class:remoting::WtsSessionProcessDelegate
553 core_->LaunchProcess(event_handler);

Completed in 182 milliseconds