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

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_service.cc313 screenlock_state_handler_->MaybeShowHardlockUI();
321 if (!screenlock_state_handler_) {
322 screenlock_state_handler_.reset(new EasyUnlockScreenlockStateHandler(
327 return screenlock_state_handler_.get();
556 screenlock_state_handler_.reset();
562 if (screenlock_state_handler_)
563 screenlock_state_handler_->SetHardlockState(state);
633 if (screenlock_state_handler_ && screenlock_state_handler_->IsActive()) {
H A Deasy_unlock_service.h213 // Updates |screenlock_state_handler_|'s hardlocked state.
218 return screenlock_state_handler_.get();
234 // Gets |screenlock_state_handler_|. Returns NULL if Easy Unlock is not
235 // allowed. Otherwise, if |screenlock_state_handler_| is not set, an instance
258 scoped_ptr<EasyUnlockScreenlockStateHandler> screenlock_state_handler_; member in class:EasyUnlockService

Completed in 617 milliseconds