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

/external/chromium_org/base/system_monitor/
H A Dsystem_monitor.cc15 static SystemMonitor* g_system_monitor = NULL;
17 SystemMonitor::SystemMonitor() function in class:base::SystemMonitor
24 SystemMonitor::~SystemMonitor() {
30 SystemMonitor* SystemMonitor::Get() {
34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) {
38 void SystemMonitor::AddDevicesChangedObserver(DevicesChangedObserver* obs) {
42 void SystemMonitor
[all...]
H A Dsystem_monitor.h19 class BASE_EXPORT SystemMonitor { class in namespace:base
28 // Create SystemMonitor. Only one SystemMonitor instance per application
30 SystemMonitor();
31 ~SystemMonitor();
33 // Get the application-wide SystemMonitor (if not present, returns NULL).
34 static SystemMonitor* Get();
70 DISALLOW_COPY_AND_ASSIGN(SystemMonitor);

Completed in 388 milliseconds