Home
last modified time | relevance | path

Searched refs:auth_error_ (Results 1 – 11 of 11) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/signin/core/browser/
H A Dsignin_error_controller.cc14 auth_error_(GoogleServiceAuthError::AuthErrorNone()) { in SigninErrorController()
28 const GoogleServiceAuthError::State prev_error_state = auth_error_.state(); in Update()
38 auth_error_ = identity_manager_->GetErrorStateOfRefreshTokenForAccount( in Update()
40 DCHECK(auth_error_.IsPersistentError()); in Update()
52 auth_error_ = GoogleServiceAuthError::AuthErrorNone(); in Update()
60 if (auth_error_.state() == prev_error_state && in Update()
66 signin_metrics::LogAuthError(auth_error_); in Update()
110 auth_error_ = error; in UpdateSecondaryAccountErrors()
119 auth_error_ = error; in UpdateSecondaryAccountErrors()
129 DCHECK(!auth_error_.IsTransientError()); in HasError()
[all …]
H A Dsignin_error_controller.h59 const GoogleServiceAuthError& auth_error() const { return auth_error_; } in auth_error()
98 GoogleServiceAuthError auth_error_; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/signin/core/browser/
H A Dsignin_error_controller.cc14 auth_error_(GoogleServiceAuthError::AuthErrorNone()) { in SigninErrorController()
28 const GoogleServiceAuthError::State prev_error_state = auth_error_.state(); in Update()
38 auth_error_ = identity_manager_->GetErrorStateOfRefreshTokenForAccount( in Update()
40 DCHECK(auth_error_.IsPersistentError()); in Update()
52 auth_error_ = GoogleServiceAuthError::AuthErrorNone(); in Update()
60 if (auth_error_.state() == prev_error_state && in Update()
66 signin_metrics::LogAuthError(auth_error_); in Update()
110 auth_error_ = error; in UpdateSecondaryAccountErrors()
119 auth_error_ = error; in UpdateSecondaryAccountErrors()
129 DCHECK(!auth_error_.IsTransientError()); in HasError()
[all …]
H A Dsignin_error_controller.h59 const GoogleServiceAuthError& auth_error() const { return auth_error_; } in auth_error()
97 GoogleServiceAuthError auth_error_; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/signin/
H A Dprocess_dice_header_delegate_impl_unittest.cc83 auth_error_(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) {} in ProcessDiceHeaderDelegateImplTest()
175 EXPECT_EQ(auth_error_.ToString(), error_message); in ShowSigninErrorCallback()
193 GoogleServiceAuthError auth_error_; member in __anonc1e414350111::ProcessDiceHeaderDelegateImplTest
221 delegate->HandleTokenExchangeFailure(email_, auth_error_); in TEST_F()
298 delegate->HandleTokenExchangeFailure(email_, auth_error_); in TEST_P()
H A Ddice_response_handler_unittest.cc100 auth_error_ = error; in HandleTokenExchangeFailure()
199 GoogleServiceAuthError auth_error_; member in __anon6fe0cdcf0111::DiceResponseHandlerTest
252 EXPECT_EQ(GoogleServiceAuthError::NONE, auth_error_.state()); in TEST_F()
357 EXPECT_EQ(GoogleServiceAuthError::NONE, auth_error_.state()); in TEST_F()
436 EXPECT_EQ(error_state, auth_error_.state()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/authpolicy/
H A Dfake_authpolicy_client.h91 auth_error_ = auth_error; in COMPONENT_EXPORT()
139 authpolicy::ErrorType auth_error_ = authpolicy::ERROR_NONE; in COMPONENT_EXPORT()
H A Dfake_authpolicy_client.cc126 if (auth_error_ != authpolicy::ERROR_NONE) { in AuthenticateUser()
127 error = auth_error_; in AuthenticateUser()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dtest_sync_service.cc73 auth_error_ = auth_error; in SetAuthError()
178 return auth_error_; in GetAuthError()
H A Dtest_sync_service.h126 GoogleServiceAuthError auth_error_; variable
H A Dprofile_sync_service_unittest.cc96 : setup_in_progress_(false), auth_error_(GoogleServiceAuthError()) {} in TestSyncServiceObserver()
100 auth_error_ = sync->GetAuthError(); in OnStateChanged()
104 GoogleServiceAuthError auth_error() const { return auth_error_; } in auth_error()
108 GoogleServiceAuthError auth_error_; member in syncer::__anon4de87f710111::TestSyncServiceObserver