HomeSort by relevance Sort by last modified time
    Searched defs:PowerProfilerService (Results 1 - 2 of 2) 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() const {
49 std::string PowerProfilerService::GetAccuracyLevel() const {
62 PowerProfilerService* PowerProfilerService::GetInstance()
    [all...]
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);

Completed in 2057 milliseconds