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.h 20 class CONTENT_EXPORT PowerProfilerService {
22 static PowerProfilerService* GetInstance();
31 virtual ~PowerProfilerService();
40 friend struct DefaultSingletonTraits<PowerProfilerService>;
43 PowerProfilerService();
45 PowerProfilerService(scoped_ptr<PowerDataProvider> provider,
62 base::RepeatingTimer<PowerProfilerService> query_power_timer_;
73 DISALLOW_COPY_AND_ASSIGN(PowerProfilerService);
power_profiler_service.cc 14 PowerProfilerService::PowerProfilerService()
28 PowerProfilerService::PowerProfilerService(
42 PowerProfilerService::~PowerProfilerService() {
45 bool PowerProfilerService::IsAvailable() const {
49 std::string PowerProfilerService::GetAccuracyLevel() const {
62 PowerProfilerService* PowerProfilerService::GetInstance()
    [all...]
power_profiler_service_unittest.cc 90 service_.reset(new PowerProfilerService(
121 scoped_ptr<PowerProfilerService> service_;
131 // Test whether PowerProfilerService dispatches power events to observer
  /external/chromium_org/content/browser/devtools/
devtools_power_handler.cc 32 PowerProfilerService::GetInstance()->RemoveObserver(this);
60 if (PowerProfilerService::GetInstance()->IsAvailable()) {
61 PowerProfilerService::GetInstance()->AddObserver(this);
71 if (PowerProfilerService::GetInstance()->IsAvailable()) {
72 PowerProfilerService::GetInstance()->RemoveObserver(this);
85 PowerProfilerService::GetInstance()->IsAvailable());
93 if (PowerProfilerService::GetInstance()->IsAvailable()) {
97 PowerProfilerService::GetInstance()->GetAccuracyLevel());
105 PowerProfilerService::GetInstance()->RemoveObserver(this);

Completed in 110 milliseconds