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

/external/chromium_org/chrome/browser/
H A Dmemory_details.h22 struct ProcessMemoryInformation { struct
40 ProcessMemoryInformation();
41 ~ProcessMemoryInformation();
44 bool operator<(const ProcessMemoryInformation& rhs) const;
70 typedef std::vector<ProcessMemoryInformation> ProcessMemoryInformationList;
191 void CollectProcessData(const std::vector<ProcessMemoryInformation>&);
198 const std::vector<ProcessMemoryInformation>& child_info,
H A Dmemory_details.cc54 std::string ProcessMemoryInformation::GetRendererTypeNameInEnglish(
77 std::string ProcessMemoryInformation::GetFullTypeNameInEnglish(
85 ProcessMemoryInformation::ProcessMemoryInformation() function in class:ProcessMemoryInformation
93 ProcessMemoryInformation::~ProcessMemoryInformation() {}
95 bool ProcessMemoryInformation::operator<(
96 const ProcessMemoryInformation& rhs) const {
190 log += ProcessMemoryInformation::GetFullTypeNameInEnglish(
223 std::vector<ProcessMemoryInformation> child_inf
[all...]

Completed in 433 milliseconds