Searched refs:SystemMemoryInfoKB (Results 1 - 4 of 4) sorted by relevance

/external/libchrome/base/process/
H A Dprocess_metrics.h262 struct BASE_EXPORT SystemMemoryInfoKB { struct in namespace:base
263 SystemMemoryInfoKB();
306 BASE_EXPORT bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo);
329 SystemMemoryInfoKB* meminfo);
334 SystemMemoryInfoKB* meminfo);
409 SystemMemoryInfoKB memory_info_;
H A Dprocess_metrics_mac.cc82 SystemMemoryInfoKB::SystemMemoryInfoKB() { function in class:base::SystemMemoryInfoKB
369 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {
H A Dprocess_metrics_unittest.cc89 struct SystemMemoryInfoKB meminfo;
198 struct SystemMemoryInfoKB meminfo;
347 SystemMemoryInfoKB info;
H A Dprocess_metrics_linux.cc433 SystemMemoryInfoKB meminfo;
533 SystemMemoryInfoKB::SystemMemoryInfoKB() { function in class:base::SystemMemoryInfoKB
558 scoped_ptr<Value> SystemMemoryInfoKB::ToValue() const {
588 SystemMemoryInfoKB* meminfo) {
656 SystemMemoryInfoKB* meminfo) {
687 bool GetSystemMemoryInfo(SystemMemoryInfoKB* meminfo) {

Completed in 363 milliseconds