HomeSort by relevance Sort by last modified time
    Searched defs:SystemMonitor (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/system_monitor/
system_monitor.cc 15 static SystemMonitor* g_system_monitor = NULL;
17 SystemMonitor::SystemMonitor()
24 SystemMonitor::~SystemMonitor() {
30 SystemMonitor* SystemMonitor::Get() {
34 void SystemMonitor::ProcessDevicesChanged(DeviceType device_type) {
38 void SystemMonitor::AddDevicesChangedObserver(DevicesChangedObserver* obs) {
42 void SystemMonitor::RemoveDevicesChangedObserver(DevicesChangedObserver* obs)
    [all...]
system_monitor.h 19 class BASE_EXPORT SystemMonitor {
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 300 milliseconds