HomeSort by relevance Sort by last modified time
    Searched refs:FinalizeUnlock (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/browser/signin/
easy_unlock_auth_attempt.h 17 // is available, |FinalizeUnlock| or |FinalizeSignin| should be called,
41 void FinalizeUnlock(const std::string& user_id, bool success);
easy_unlock_auth_attempt.cc 97 void EasyUnlockAuthAttempt::FinalizeUnlock(const std::string& user_id,
156 FinalizeUnlock(user_id, false);
easy_unlock_service.h 149 void FinalizeUnlock(bool success);
easy_unlock_service.cc 353 void EasyUnlockService::FinalizeUnlock(bool success) {
355 auth_attempt_->FinalizeUnlock(GetUserEmail(), success);
  /external/chromium_org/chrome/browser/extensions/api/screenlock_private/
screenlock_private_api.cc 100 service->FinalizeUnlock(params->accept);

Completed in 68 milliseconds