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

/external/chromium_org/base/process/
H A Dprocess_metrics.cc12 SystemMetrics::SystemMetrics() { function in class:base::SystemMetrics
16 SystemMetrics SystemMetrics::Sample() {
17 SystemMetrics system_metrics;
31 scoped_ptr<Value> SystemMetrics::ToValue() const {
H A Dprocess_metrics.h368 class SystemMetrics { class in namespace:base
370 SystemMetrics();
372 static SystemMetrics Sample();
378 FRIEND_TEST_ALL_PREFIXES(SystemMetricsTest, SystemMetrics);

Completed in 481 milliseconds