Searched defs:ProcInfoEntry (Results 1 - 3 of 3) 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_;
/external/chromium_org/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();
69 ProcInfoEntry* proc_info) const;
109 // map from |int| (PID) to |ProcInfoEntry|
110 std::map<int,ProcInfoEntry> proc_info_entries_;
H A Dprocess_info_snapshot_mac.cc130 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
164 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
190 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
259 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
286 ProcInfoEntry proc_info;
307 ProcInfoEntry proc_info = proc_info_entries_[*it];
329 ProcessInfoSnapshot::ProcInfoEntry::ProcInfoEntry() function in class:ProcessInfoSnapshot::ProcInfoEntry
341 ProcInfoEntry* proc_info) const {
342 std::map<int,ProcInfoEntry>
[all...]

Completed in 223 milliseconds