Searched refs:ScreenLockLibraryImpl (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/cros/
H A Dscreen_lock_library.cc15 class ScreenLockLibraryImpl : public ScreenLockLibrary { class in namespace:chromeos
17 ScreenLockLibraryImpl() { function in class:chromeos::ScreenLockLibraryImpl
23 ~ScreenLockLibraryImpl() {
64 NewRunnableMethod(this, &ScreenLockLibraryImpl::LockScreen));
75 NewRunnableMethod(this, &ScreenLockLibraryImpl::UnlockScreen));
86 NewRunnableMethod(this, &ScreenLockLibraryImpl::UnlockScreenFailed));
93 ScreenLockLibraryImpl* self = static_cast<ScreenLockLibraryImpl*>(object);
114 DISALLOW_COPY_AND_ASSIGN(ScreenLockLibraryImpl);
134 return new ScreenLockLibraryImpl();
[all...]

Completed in 41 milliseconds