HomeSort by relevance Sort by last modified time
    Searched defs:RecoverEncryptedData (Results 1 - 7 of 7) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
mock_authenticator.h 82 virtual void RecoverEncryptedData(
login_performer.cc 291 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) {
295 &Authenticator::RecoverEncryptedData,
existing_user_controller.cc 430 void ExistingUserController::RecoverEncryptedData(
434 login_performer_->RecoverEncryptedData(old_password);
google_authenticator.cc 360 void GoogleAuthenticator::RecoverEncryptedData(const std::string& old_password,
parallel_authenticator.cc 212 void ParallelAuthenticator::RecoverEncryptedData(
  /external/chromium_org/chrome/browser/chromeos/login/
login_performer.cc 251 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) {
254 base::Bind(&Authenticator::RecoverEncryptedData, authenticator_.get(),
parallel_authenticator.cc 415 void ParallelAuthenticator::RecoverEncryptedData(

Completed in 54 milliseconds