Searched refs:PowerLibraryImpl (Results 1 – 1 of 1) sorted by relevance
15 class PowerLibraryImpl : public PowerLibrary { class17 PowerLibraryImpl() in PowerLibraryImpl() function in chromeos::PowerLibraryImpl26 ~PowerLibraryImpl() { in ~PowerLibraryImpl()78 NewRunnableMethod(this, &PowerLibraryImpl::EnableScreenLock, enable)); in EnableScreenLock()100 PowerLibraryImpl* power = static_cast<PowerLibraryImpl*>(object); in PowerStatusChangedHandler()105 PowerLibraryImpl* power = static_cast<PowerLibraryImpl*>(object); in SystemResumedHandler()122 this, &PowerLibraryImpl::UpdatePowerStatus, status)); in UpdatePowerStatus()140 NewRunnableMethod(this, &PowerLibraryImpl::SystemResumed)); in SystemResumed()159 DISALLOW_COPY_AND_ASSIGN(PowerLibraryImpl);188 return new PowerLibraryImpl(); in GetImpl()[all …]