Home
last modified time | relevance | path

Searched defs:KillProcess (Results 1 – 3 of 3) sorted by relevance

/external/chromium/base/
Dprocess_util_win.cc400 bool KillProcess(ProcessHandle process, int exit_code, bool wait) { in KillProcess() function
Dprocess_util_posix.cc220 bool KillProcess(ProcessHandle process_id, int exit_code, bool wait) { in KillProcess() function
/external/chromium/chrome/browser/task_manager/
Dtask_manager.cc920 void TaskManager::KillProcess(int index) { in KillProcess() function in TaskManager