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

  /external/chromium/chrome/browser/chromeos/login/
enterprise_enrollment_screen.h 84 void HandleAuthError(const GoogleServiceAuthError& error);
enterprise_enrollment_screen.cc 109 HandleAuthError(error);
147 HandleAuthError(error);
193 void EnterpriseEnrollmentScreen::HandleAuthError(
  /external/chromium_org/chrome/browser/signin/
signin_manager.cc 154 HandleAuthError(GoogleServiceAuthError(
260 HandleAuthError(GoogleServiceAuthError(
285 void SigninManager::HandleAuthError(const GoogleServiceAuthError& error,
309 HandleAuthError(error, true);
475 // error. This function does not call HandleAuthError() because dealing
489 HandleAuthError(current_error, !had_two_factor_error_);
515 HandleAuthError(error, clear_transient_data);
signin_manager.h 236 void HandleAuthError(const GoogleServiceAuthError& error,

Completed in 41 milliseconds