Home
last modified time | relevance | path

Searched refs:NextProcessEntry (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/base/process/
Dprocess_iterator.cc16 const ProcessEntry* ProcessIterator::NextProcessEntry() { in NextProcessEntry() function in base::ProcessIterator
28 while (const ProcessEntry* process_entry = NextProcessEntry()) { in Snapshot()
61 while (iter.NextProcessEntry()) in GetProcessCount()
Dkill.cc19 while (const ProcessEntry* entry = iter.NextProcessEntry()) { in KillProcesses()
Dprocess_iterator.h90 const ProcessEntry* NextProcessEntry();
Dkill_posix.cc114 if (!iter.NextProcessEntry()) { in WaitForProcessesToExit()