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

  /external/chromium_org/content/browser/power_profiler/
power_profiler_service.cc 14 PowerProfilerService::PowerProfilerService()
28 PowerProfilerService::PowerProfilerService(
42 PowerProfilerService::~PowerProfilerService() {
45 bool PowerProfilerService::IsAvailable() {
49 PowerProfilerService* PowerProfilerService::GetInstance() {
50 return Singleton<PowerProfilerService>::get()
    [all...]
power_profiler_service.h 20 class CONTENT_EXPORT PowerProfilerService {
22 static PowerProfilerService* GetInstance();
30 virtual ~PowerProfilerService();
39 friend struct DefaultSingletonTraits<PowerProfilerService>;
42 PowerProfilerService();
44 PowerProfilerService(scoped_ptr<PowerDataProvider> provider,
61 base::RepeatingTimer<PowerProfilerService> query_power_timer_;
72 DISALLOW_COPY_AND_ASSIGN(PowerProfilerService);
power_profiler_service_unittest.cc 88 service_.reset(new PowerProfilerService(
119 scoped_ptr<PowerProfilerService> service_;
129 // Test whether PowerProfilerService dispatches power events to observer
  /external/chromium_org/content/browser/devtools/
devtools_power_handler.cc 27 PowerProfilerService::GetInstance()->RemoveObserver(this);
55 if (PowerProfilerService::GetInstance()->IsAvailable()) {
56 PowerProfilerService::GetInstance()->AddObserver(this);
65 if (PowerProfilerService::GetInstance()->IsAvailable()) {
66 PowerProfilerService::GetInstance()->RemoveObserver(this);
78 PowerProfilerService::GetInstance()->IsAvailable());

Completed in 193 milliseconds