Searched defs:auth_error (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/components/signin/core/browser/
H A Dsignin_error_controller.h66 const GoogleServiceAuthError& auth_error() const { return auth_error_; } function in class:SigninErrorController
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Donline_attempt_unittest.cc224 GoogleServiceAuthError auth_error = local
229 RunFailureTest(auth_error);
/external/chromium_org/chrome/browser/sync/
H A Dsync_ui_util.cc171 AuthError auth_error = local
173 signin_error_controller()->auth_error();
174 if (auth_error.state() != AuthError::NONE) {
234 AuthError auth_error = local
236 signin_error_controller()->auth_error();
246 } else if (auth_error.state() != AuthError::NONE &&
247 auth_error.state() != AuthError::TWO_FACTOR) {
H A Dprofile_sync_service.cc1293 const GoogleServiceAuthError auth_error = local
1295 DVLOG(1) << "Connection status change: " << auth_error.ToString();
1296 UpdateAuthErrorState(auth_error);
/external/chromium_org/google_apis/gaia/
H A Dfake_oauth2_token_service.cc82 const GoogleServiceAuthError& auth_error) {
88 it->request->InformConsumer(auth_error, std::string(), base::Time());
80 IssueErrorForAllPendingRequestsForAccount( const std::string& account_id, const GoogleServiceAuthError& auth_error) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service.cc868 const GoogleServiceAuthError& auth_error,
870 if (auth_error.state() == GoogleServiceAuthError::NONE) {
886 callback.Run(auth_error);
865 OnSupervisedUserRegistered( const AuthErrorCallback& callback, Profile* custodian_profile, const GoogleServiceAuthError& auth_error, const std::string& token) argument

Completed in 172 milliseconds