HomeSort by relevance Sort by last modified time
    Searched defs:KillProcess (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/test/chromedriver/chrome/
chrome_desktop_impl.cc 30 bool KillProcess(base::ProcessHandle process_id) {
53 if (!base::KillProcess(process_id, 0, true)) {
164 if (!KillProcess(process_))
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessWin.cpp 124 int KillProcess(int pid, bool wait)
osProcessUnix.cpp 186 int KillProcess(int pid, bool wait)
  /external/chromium_org/base/process/
kill_win.cc 49 void KillProcess();
70 KillProcess();
78 void TimerExpiredTask::KillProcess() {
86 base::KillProcess(process_, kProcessKilledExitCode, false);
94 bool KillProcess(ProcessHandle process, int exit_code, bool wait) {
117 bool ret = KillProcess(process, exit_code, wait);
kill_posix.cc 136 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) {
  /external/chromium_org/remoting/host/win/
unprivileged_process_delegate.cc 342 void UnprivilegedProcessDelegate::KillProcess() {
worker_process_launcher_unittest.cc 51 MOCK_METHOD0(KillProcess, void());
121 void KillProcess();
204 EXPECT_CALL(*launcher_delegate_, KillProcess())
206 .WillRepeatedly(Invoke(this, &WorkerProcessLauncherTest::KillProcess));
261 void WorkerProcessLauncherTest::KillProcess() {
wts_session_process_delegate.cc 62 void KillProcess();
221 KillProcess();
254 void WtsSessionProcessDelegate::Core::KillProcess() {
563 void WtsSessionProcessDelegate::KillProcess() {
564 core_->KillProcess();
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
win_platform_backend.py 80 def KillProcess(self, pid, kill_process_tree=False):
  /external/chromium_org/chrome/browser/
process_singleton_posix.cc 738 kill_callback_ = base::Bind(&ProcessSingleton::KillProcess,
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager.cc     [all...]

Completed in 1984 milliseconds