Searched defs:KillProcess (Results 1 - 9 of 9) sorted by last modified time

/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dwin_platform_backend.py155 def KillProcess(self, pid, kill_process_tree=False): member in class:WinPlatformBackend
/external/chromium_org/remoting/host/win/
H A Dunprivileged_process_delegate.cc342 void UnprivilegedProcessDelegate::KillProcess() { function in class:remoting::UnprivilegedProcessDelegate
H A Dworker_process_launcher_unittest.cc51 MOCK_METHOD0(KillProcess, void());
121 void KillProcess();
204 EXPECT_CALL(*launcher_delegate_, KillProcess())
206 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::KillProcess));
261 void WorkerProcessLauncherTest::KillProcess() { function in class:remoting::WorkerProcessLauncherTest
H A Dwts_session_process_delegate.cc62 void KillProcess();
221 KillProcess();
254 void WtsSessionProcessDelegate::Core::KillProcess() { function in class:remoting::WtsSessionProcessDelegate::Core
563 void WtsSessionProcessDelegate::KillProcess() { function in class:remoting::WtsSessionProcessDelegate
564 core_->KillProcess();
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dchrome_desktop_impl.cc30 bool KillProcess(base::ProcessHandle process_id) { function in namespace:__anon5902
53 if (!base::KillProcess(process_id, 0, true)) {
166 if (!KillProcess(process_))
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_posix.cc751 kill_callback_ = base::Bind(&ProcessSingleton::KillProcess,
1071 void ProcessSingleton::KillProcess(int pid) { function in class:ProcessSingleton
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc1491 void TaskManager::KillProcess(int index) { function in class:TaskManager
1495 base::KillProcess(process, content::RESULT_CODE_KILLED, false);
/external/chromium_org/base/process/
H A Dkill_posix.cc136 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { function in namespace:base
H A Dkill_win.cc49 void KillProcess();
70 KillProcess();
78 void TimerExpiredTask::KillProcess() { function in class:base::__anon2419::TimerExpiredTask
86 base::KillProcess(process_, kProcessKilledExitCode, false);
94 bool KillProcess(ProcessHandle process, int exit_code, bool wait) { function in namespace:base
117 bool ret = KillProcess(process, exit_code, wait);

Completed in 223 milliseconds