HomeSort by relevance Sort by last modified time
    Searched refs:NextProcessEntry (Results 1 - 4 of 4) sorted by null

  /external/libchrome/base/process/
process_iterator.cc 16 const ProcessEntry* ProcessIterator::NextProcessEntry() {
28 while (const ProcessEntry* process_entry = NextProcessEntry()) {
61 while (iter.NextProcessEntry())
kill.cc 19 while (const ProcessEntry* entry = iter.NextProcessEntry()) {
process_iterator.h 76 // To use, create an instance and then call NextProcessEntry() until it returns
88 // The returned pointer will remain valid until NextProcessEntry()
90 const ProcessEntry* NextProcessEntry();
126 // name. To use, create an instance and then call NextProcessEntry()
kill_posix.cc 114 if (!iter.NextProcessEntry()) {

Completed in 5004 milliseconds