Searched refs:KillProcessById (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/base/process/
H A Dkill.cc18 result &= KillProcessById(entry->pid(), exit_code, true);
H A Dkill.h60 BASE_EXPORT bool KillProcessById(ProcessId process_id,
H A Dkill_win.cc109 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) { function in namespace:base
/external/chromium/base/
H A Dprocess_util.cc29 result &= KillProcessById(entry->pid(), exit_code, true);
H A Dprocess_util.h355 BASE_API bool KillProcessById(ProcessId process_id, int exit_code, bool wait);
H A Dprocess_util_win.cc313 bool KillProcessById(ProcessId process_id, int exit_code, bool wait) { function in namespace:base
/external/chromium/net/disk_cache/
H A Dstress_cache.cc188 base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false);
/external/chromium_org/win8/delegate_execute/
H A Ddelegate_execute.cc113 base::KillProcessById(pid, 0, false);
/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc158 base::KillProcessById(process_id, ResultCodes::HUNG, true);
/external/chromium_org/net/disk_cache/
H A Dstress_cache.cc208 base::KillProcessById(base::GetCurrentProcId(), kExpectedCrash, false);
/external/chromium_org/chrome/browser/
H A Dprocess_singleton_win.cc326 base::KillProcessById(process_id, content::RESULT_CODE_HUNG, true);
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_test_utils.cc687 result &= base::KillProcessById(entry->pid(), exit_code, wait);

Completed in 186 milliseconds