Searched defs:ProcInfoEntry (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_info_snapshot.h23 // platforms, we should subclass and add opaqueness (probably |ProcInfoEntry|
48 struct ProcInfoEntry { struct in class:ProcessInfoSnapshot
61 ProcInfoEntry() function in struct:ProcessInfoSnapshot::ProcInfoEntry
78 ProcInfoEntry* proc_info) const;
118 // map from |int| (PID) to |ProcInfoEntry|
119 std::map<int,ProcInfoEntry> proc_info_entries_;

Completed in 150 milliseconds