Searched refs:tpm_password (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Deula_screen_actor.h50 virtual void OnPasswordFetched(const std::string& tpm_password) = 0;
H A Dmock_eula_screen.h35 MOCK_METHOD1(OnPasswordFetched, void(const std::string& tpm_password));
H A Deula_screen.cc86 void EulaScreen::OnPasswordFetched(const std::string& tpm_password) { argument
87 tpm_password_ = tpm_password;
H A Deula_screen.h41 virtual void OnPasswordFetched(const std::string& tpm_password) OVERRIDE;
/external/chromium_org/chromeos/
H A Dtpm_password_fetcher.h22 virtual void OnPasswordFetched(const std::string& tpm_password) = 0;
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Deula_screen_handler.h38 virtual void OnPasswordFetched(const std::string& tpm_password) OVERRIDE;
H A Deula_screen_handler.cc180 void EulaScreenHandler::OnPasswordFetched(const std::string& tpm_password) { argument
181 core_oobe_actor_->SetTpmPassword(tpm_password);
H A Dcore_oobe_handler.cc211 void CoreOobeHandler::SetTpmPassword(const std::string& tpm_password) { argument
212 CallJS("setTpmPassword", tpm_password);

Completed in 138 milliseconds