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

  /external/chromium_org/chrome/browser/chromeos/login/screens/
eula_screen_actor.h 32 // Initiate TPM password fetch. Will call actor's OnPasswordFetched() when
50 virtual void OnPasswordFetched(const std::string& tpm_password) = 0;
mock_eula_screen.h 35 MOCK_METHOD1(OnPasswordFetched, void(const std::string& tpm_password));
eula_screen.cc 82 actor_->OnPasswordFetched(tpm_password_);
86 void EulaScreen::OnPasswordFetched(const std::string& tpm_password) {
89 actor_->OnPasswordFetched(tpm_password_);
eula_screen.h 41 virtual void OnPasswordFetched(const std::string& tpm_password) OVERRIDE;
  /external/chromium_org/chromeos/
tpm_password_fetcher.h 22 virtual void OnPasswordFetched(const std::string& tpm_password) = 0;
34 // OnPasswordFetched() call.
tpm_password_fetcher.cc 58 delegate_->OnPasswordFetched(password);
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
eula_screen_handler.h 38 virtual void OnPasswordFetched(const std::string& tpm_password) OVERRIDE;
eula_screen_handler.cc 180 void EulaScreenHandler::OnPasswordFetched(const std::string& tpm_password) {

Completed in 6131 milliseconds