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

  /external/chromium_org/chrome/browser/
process_info_snapshot.h 25 class ProcessInfoSnapshot {
27 ProcessInfoSnapshot();
28 ~ProcessInfoSnapshot();
process_info_snapshot_mac.cc 21 ProcessInfoSnapshot::ProcessInfoSnapshot() { }
24 ProcessInfoSnapshot::~ProcessInfoSnapshot() {
28 const size_t ProcessInfoSnapshot::kMaxPidListSize = 1000;
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];
275 bool ProcessInfoSnapshot::Sample(std::vector<base::ProcessId> pid_list)
    [all...]

Completed in 74 milliseconds