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

  /external/libchrome/base/power_monitor/
power_monitor_source.h 19 class BASE_EXPORT PowerMonitorSource {
21 PowerMonitorSource();
22 virtual ~PowerMonitorSource();
40 // Get the process-wide PowerMonitorSource (if not present, returns NULL).
41 static PowerMonitorSource* Get();
60 DISALLOW_COPY_AND_ASSIGN(PowerMonitorSource);
power_monitor.h 16 class PowerMonitorSource;
23 explicit PowerMonitor(scoped_ptr<PowerMonitorSource> source);
39 friend class PowerMonitorSource;
41 PowerMonitorSource* Source();
48 scoped_ptr<PowerMonitorSource> source_;
power_monitor_device_source.h 38 class BASE_EXPORT PowerMonitorDeviceSource : public PowerMonitorSource {
  /external/libchrome/base/timer/
hi_res_timer_manager_unittest.cc 25 scoped_ptr<base::PowerMonitorSource> power_monitor_source(

Completed in 110 milliseconds