Searched refs:HighResolutionTimerManager (Results 1 – 10 of 10) sorted by relevance
11 HighResolutionTimerManager::HighResolutionTimerManager() in HighResolutionTimerManager() function in base::HighResolutionTimerManager15 HighResolutionTimerManager::~HighResolutionTimerManager() = default;17 void HighResolutionTimerManager::OnPowerStateChange(bool on_battery_power) { in OnPowerStateChange()20 void HighResolutionTimerManager::OnSuspend() {} in OnSuspend()22 void HighResolutionTimerManager::OnResume() {} in OnResume()24 void HighResolutionTimerManager::UseHiResClock(bool use) { in UseHiResClock()
36 HighResolutionTimerManager::HighResolutionTimerManager() in HighResolutionTimerManager() function in base::HighResolutionTimerManager56 HighResolutionTimerManager::~HighResolutionTimerManager() { in ~HighResolutionTimerManager()64 void HighResolutionTimerManager::OnPowerStateChange(bool on_battery_power) { in OnPowerStateChange()69 void HighResolutionTimerManager::OnSuspend() { in OnSuspend()75 void HighResolutionTimerManager::OnResume() { in OnResume()82 void HighResolutionTimerManager::UseHiResClock(bool use) { in UseHiResClock()
17 class BASE_EXPORT HighResolutionTimerManager21 HighResolutionTimerManager();23 HighResolutionTimerManager(const HighResolutionTimerManager&) = delete;24 HighResolutionTimerManager& operator=(const HighResolutionTimerManager&) =27 ~HighResolutionTimerManager() override;
27 HighResolutionTimerManager manager; in TEST()65 HighResolutionTimerManager manager; in TEST()
19 class BASE_EXPORT HighResolutionTimerManager : public base::PowerObserver {21 HighResolutionTimerManager();22 ~HighResolutionTimerManager() override;43 DISALLOW_COPY_AND_ASSIGN(HighResolutionTimerManager);
31 HighResolutionTimerManager manager; in TEST()
22 class BASE_EXPORT HighResolutionTimerManager : public base::PowerObserver {24 HighResolutionTimerManager();25 ~HighResolutionTimerManager() override;46 DISALLOW_COPY_AND_ASSIGN(HighResolutionTimerManager);
35 base::HighResolutionTimerManager hi_res_timer_manager; in NaClMain()