HomeSort by relevance Sort by last modified time
    Searched defs:ProcInfoEntry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/
process_info_snapshot.h 23 // platforms, we should subclass and add opaqueness (probably |ProcInfoEntry|
48 struct ProcInfoEntry {
61 ProcInfoEntry();
69 ProcInfoEntry* proc_info) const;
109 // map from |int| (PID) to |ProcInfoEntry|
110 std::map<int,ProcInfoEntry> proc_info_entries_;
process_info_snapshot_mac.cc 131 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
165 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
194 std::map<int,ProcessInfoSnapshot::ProcInfoEntry>& proc_info_entries) {
263 ProcessInfoSnapshot::ProcInfoEntry proc_info = proc_info_entries[pid];
290 ProcInfoEntry proc_info;
311 ProcInfoEntry proc_info = proc_info_entries_[*it];
340 ProcessInfoSnapshot::ProcInfoEntry::ProcInfoEntry()
352 ProcInfoEntry* proc_info) const {
353 std::map<int,ProcInfoEntry>::const_iterator it = proc_info_entries_.find(pid)
    [all...]

Completed in 893 milliseconds