Searched defs:ProcessEntry (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/base/process/
H A Dprocess_iterator.cc10 ProcessEntry::ProcessEntry() : pid_(0), ppid_(0), gid_(0) {} function in class:base::ProcessEntry
11 ProcessEntry::~ProcessEntry() {}
14 const ProcessEntry* ProcessIterator::NextProcessEntry() {
26 while (const ProcessEntry* process_entry = NextProcessEntry()) {
H A Dprocess_iterator.h34 struct ProcessEntry : public PROCESSENTRY32 { struct in namespace:base
60 struct BASE_EXPORT ProcessEntry {
61 ProcessEntry();
62 ~ProcessEntry();
102 virtual bool Includes(const ProcessEntry& entry) const = 0;
114 typedef std::list<ProcessEntry> ProcessEntries;
124 const ProcessEntry* NextProcessEntry();
126 // Takes a snapshot of all the ProcessEntry found.
131 const ProcessEntry& entry() { return entry_; }
141 void InitProcessEntry(ProcessEntry* entr
[all...]

Completed in 241 milliseconds