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

  /external/chromium_org/chrome/browser/chromeos/login/
auth_prewarmer.h 29 void PrewarmAuthentication(const base::Closure& completion_callback);
login_display_host.h 100 virtual void PrewarmAuthentication() = 0;
mock_login_display_host.h 44 MOCK_METHOD0(PrewarmAuthentication, void(void));
auth_prewarmer.cc 38 void AuthPrewarmer::PrewarmAuthentication(
41 LOG(ERROR) << "PrewarmAuthentication called twice.";
login_display_host_impl.h 74 virtual void PrewarmAuthentication() OVERRIDE;
login_display_host_impl.cc 433 PrewarmAuthentication();
505 void LoginDisplayHostImpl::PrewarmAuthentication() {
507 auth_prewarmer_->PrewarmAuthentication(
    [all...]
wizard_controller.cc 630 host_->PrewarmAuthentication();
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 72 virtual void PrewarmAuthentication() = 0;
mock_authenticator.h 136 virtual void PrewarmAuthentication() {
login_utils.cc 133 virtual void PrewarmAuthentication();
549 void LoginUtilsImpl::PrewarmAuthentication() {
base_login_display_host.cc 269 chromeos::LoginUtils::Get()->PrewarmAuthentication();
existing_user_controller.cc 101 LoginUtils::Get()->PrewarmAuthentication();

Completed in 139 milliseconds