Searched refs:KillProcess (Results 1 - 25 of 66) sorted by relevance

123

/external/chromium_org/base/process/
H A Dkill.cc20 result &= KillProcess(entry->pid(), exit_code, true);
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);
H A Dprocess_posix.cc45 KillProcess(process_, result_code, false);
H A Dkill.h20 // exit code arguments to KillProcess*(), use platform/application
51 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
/external/chromium_org/chrome/browser/media/
H A Dtest_license_server.cc54 bool kill_succeeded = base::KillProcess(license_server_process_, 1, true);
H A Dchrome_webrtc_apprtc_browsertest.cc64 base::KillProcess(dev_appserver_, 0, false);
67 base::KillProcess(firefox_, 0, false);
/external/chromium_org/content/browser/
H A Dchild_process_security_policy_browsertest.cc51 base::KillProcess(web_contents->GetRenderProcessHost()->GetHandle(),
/external/chromium_org/remoting/host/win/
H A Dwts_session_process_delegate.h46 virtual void KillProcess() OVERRIDE;
H A Dunprivileged_process_delegate.h46 virtual void KillProcess() OVERRIDE;
H A Dworker_process_launcher.h49 // can connect to. |event_handler| must remain valid until KillProcess() has
61 virtual void KillProcess() = 0;
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();
H A Dworker_process_launcher.cc158 // |process_watcher_|. As the result KillProcess() will not be called and
249 launcher_delegate_->KillProcess();
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/
H A Dwebdriver_ie_backend.py41 self._platform_backend.KillProcess(pi['ProcessId'], True)
/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/content/plugin/
H A Dplugin_thread.cc60 base::KillProcess(base::GetCurrentProcessHandle(), 0, false);
119 base::KillProcess(base::GetCurrentProcessHandle(), 0, /* wait= */ false);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton.h145 void KillProcess(int pid);
H A Dprocess_info_snapshot_mac_unittest.cc146 ASSERT_TRUE(base::KillProcess(process_handle, 0, true));
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_browsertest.cc84 base::KillProcess(host->GetHandle(), 0, false);
/external/chromium_org/content/browser/manifest/
H A Dmanifest_manager_host.cc22 base::KillProcess(process_handle, RESULT_CODE_KILLED_BAD_MESSAGE, false);
/external/chromium_org/chromeos/process_proxy/
H A Dprocess_proxy_unittest.cc133 base::KillProcess(pid_, 0 , true);
200 base::KillProcess(pid_, 0, true);
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_process_launcher_win.cc166 base::KillProcess(cmd_handle.Get(), 0, false);
/external/chromium_org/chrome/test/base/
H A Dchrome_process_util.cc59 base::KillProcess(handle, content::RESULT_CODE_KILLED, true);
/external/chromium_org/content/public/browser/
H A Dbrowser_message_filter.cc208 base::KillProcess(PeerHandle(), content::RESULT_CODE_KILLED_BAD_MESSAGE,
/external/chromium_org/net/test/spawned_test_server/
H A Dlocal_test_server.cc130 ret = base::KillProcess(process_handle_, 1, true);

Completed in 305 milliseconds

123