Searched refs:PrewarmAuthentication (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dauth_prewarmer.h29 void PrewarmAuthentication(const base::Closure& completion_callback);
H A Dauth_prewarmer.cc39 void AuthPrewarmer::PrewarmAuthentication( function in class:chromeos::AuthPrewarmer
42 LOG(ERROR) << "PrewarmAuthentication called twice.";
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dlogin_display_host.h98 virtual void PrewarmAuthentication() = 0;
H A Dmock_login_display_host.h43 MOCK_METHOD0(PrewarmAuthentication, void(void));
H A Dlogin_display_host_impl.h89 virtual void PrewarmAuthentication() OVERRIDE;
H A Dlogin_display_host_impl.cc606 PrewarmAuthentication();
690 void LoginDisplayHostImpl::PrewarmAuthentication() { function in class:chromeos::LoginDisplayHostImpl
692 auth_prewarmer_->PrewarmAuthentication(
/external/chromium_org/chrome/browser/chromeos/login/
H A Dwizard_controller.cc794 host_->PrewarmAuthentication();

Completed in 115 milliseconds