Home
last modified time | relevance | path

Searched refs:RecoverEncryptedData (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dauthenticator.h72 virtual void RecoverEncryptedData(
Dpassword_changed_view.h39 virtual void RecoverEncryptedData(const std::string& old_password) = 0;
Dlogin_performer.h103 void RecoverEncryptedData(const std::string& old_password);
Dlogin_performer.cc291 void LoginPerformer::RecoverEncryptedData(const std::string& old_password) { in RecoverEncryptedData() function in chromeos::LoginPerformer
295 &Authenticator::RecoverEncryptedData, in RecoverEncryptedData()
Dexisting_user_controller.h99 virtual void RecoverEncryptedData(const std::string& old_password);
Dexisting_user_controller.cc430 void ExistingUserController::RecoverEncryptedData( in RecoverEncryptedData() function in chromeos::ExistingUserController
434 login_performer_->RecoverEncryptedData(old_password); in RecoverEncryptedData()
Dparallel_authenticator.h134 void RecoverEncryptedData(
Dmock_authenticator.h82 virtual void RecoverEncryptedData( in RecoverEncryptedData() function
Dgoogle_authenticator.h95 void RecoverEncryptedData(
Dpassword_changed_view.cc177 delegate_->RecoverEncryptedData(UTF16ToUTF8(old_password_field_->text())); in ExitDialog()
Dparallel_authenticator_unittest.cc418 auth_->RecoverEncryptedData(std::string(), result_); in TEST_F()
438 auth_->RecoverEncryptedData(std::string(), result_); in TEST_F()
Dgoogle_authenticator_unittest.cc276 auth->RecoverEncryptedData("whaty", result_); in TEST_F()
301 auth->RecoverEncryptedData("whaty", result_); in TEST_F()
Dgoogle_authenticator.cc360 void GoogleAuthenticator::RecoverEncryptedData(const std::string& old_password, in RecoverEncryptedData() function in chromeos::GoogleAuthenticator
Dparallel_authenticator.cc212 void ParallelAuthenticator::RecoverEncryptedData( in RecoverEncryptedData() function in chromeos::ParallelAuthenticator