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

/external/chromium_org/chrome/browser/signin/
H A Deasy_unlock_auth_attempt.h17 // is available, |FinalizeUnlock| or |FinalizeSignin| should be called,
41 void FinalizeUnlock(const std::string& user_id, bool success);
H A Deasy_unlock_auth_attempt.cc97 void EasyUnlockAuthAttempt::FinalizeUnlock(const std::string& user_id, function in class:EasyUnlockAuthAttempt
156 FinalizeUnlock(user_id, false);
H A Deasy_unlock_service.h149 void FinalizeUnlock(bool success);
H A Deasy_unlock_service.cc353 void EasyUnlockService::FinalizeUnlock(bool success) { function in class:EasyUnlockService
355 auth_attempt_->FinalizeUnlock(GetUserEmail(), success);
/external/chromium_org/chrome/browser/extensions/api/screenlock_private/
H A Dscreenlock_private_api.cc100 service->FinalizeUnlock(params->accept);

Completed in 172 milliseconds