Home
last modified time | relevance | path

Searched refs:PowerLibraryImpl (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
Dpower_library.cc15 class PowerLibraryImpl : public PowerLibrary { class
17 PowerLibraryImpl() in PowerLibraryImpl() function in chromeos::PowerLibraryImpl
26 ~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 …]