Home
last modified time | relevance | path

Searched refs:GetParentProcessId (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/base/process/
Dprocess_handle_mac.cc14 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() function
Dprocess_handle_linux.cc12 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() function
Dprocess_handle_freebsd.cc13 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() function
Dprocess_handle_openbsd.cc13 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() function
Dprocess_handle.h91 BASE_EXPORT ProcessId GetParentProcessId(ProcessHandle process);
Dkill_posix.cc360 ProcessHandle parent_pid = GetParentProcessId(handle); in WaitForSingleProcess()
Dprocess_util_unittest.cc800 TEST_F(ProcessUtilTest, GetParentProcessId) { in TEST_F() argument
801 base::ProcessId ppid = base::GetParentProcessId(base::GetCurrentProcId()); in TEST_F()
/external/chromium_org/content/app/
Dcontent_main_runner.cc267 base::GetParentProcessId( in GetBrowserPid()
268 base::GetParentProcessId(base::GetCurrentProcId())); in GetBrowserPid()
/external/chromium/base/
Dprocess_util_unittest.cc661 TEST_F(ProcessUtilTest, GetParentProcessId) { in TEST_F() argument
662 base::ProcessId ppid = base::GetParentProcessId(base::GetCurrentProcId()); in TEST_F()
Dprocess_util.h185 ProcessId GetParentProcessId(ProcessHandle process);
Dprocess_util_linux.cc108 ProcessId GetParentProcessId(ProcessHandle process) { in GetParentProcessId() function
Dprocess_util_posix.cc836 ProcessHandle parent_pid = GetParentProcessId(handle); in WaitForSingleProcess()
Dprocess_util_mac.mm910 ProcessId GetParentProcessId(ProcessHandle process) {
/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc328 pid = base::GetParentProcessId(pid); in IsSameChromeInstance()
/external/chromium_org/chrome/browser/
Dprocess_singleton_linux.cc945 pid = base::GetParentProcessId(pid); in IsSameChromeInstance()