HomeSort by relevance Sort by last modified time
    Searched refs:ProcessMemoryInformation (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/
memory_details.h 19 struct ProcessMemoryInformation {
20 ProcessMemoryInformation();
21 ~ProcessMemoryInformation();
47 typedef std::vector<ProcessMemoryInformation> ProcessMemoryInformationList;
125 void CollectProcessData(const std::vector<ProcessMemoryInformation>&);
132 const std::vector<ProcessMemoryInformation>& child_info,
memory_details.cc 33 ProcessMemoryInformation::ProcessMemoryInformation()
41 ProcessMemoryInformation::~ProcessMemoryInformation() {}
88 std::vector<ProcessMemoryInformation> child_info;
92 ProcessMemoryInformation info;
124 ProcessMemoryInformation& process =
memory_details_mac.cc 87 const std::vector<ProcessMemoryInformation>& child_info) {
136 ProcessMemoryInformation info;
193 const std::vector<ProcessMemoryInformation>& child_info,
196 ProcessMemoryInformation info;
memory_details_win.cc 68 const std::vector<ProcessMemoryInformation>& child_info) {
107 ProcessMemoryInformation info;
memory_details_linux.cc 152 ProcessMemoryInformation pmi;
203 const std::vector<ProcessMemoryInformation>& child_info) {
browser_about_handler.cc 231 ProcessMemoryInformation* info);
232 void AppendProcess(ListValue* child_data, ProcessMemoryInformation* info);
    [all...]

Completed in 161 milliseconds