Home
last modified time | relevance | path

Searched refs:INVALID_GAIA_CREDENTIALS (Results 1 – 19 of 19) sorted by relevance

/external/chromium/chrome/browser/sync/
Dsignin_manager.cc135 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); in OnGetUserInfoKeyNotFound()
153 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS; in OnClientLoginFailure()
Dsync_setup_wizard_unittest.cc244 AuthError invalid_gaia(AuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
261 EXPECT_EQ(static_cast<int>(AuthError::INVALID_GAIA_CREDENTIALS), error); in TEST_F()
515 AuthError invalid_gaia(AuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
529 EXPECT_EQ(static_cast<int>(AuthError::INVALID_GAIA_CREDENTIALS), error); in TEST_F()
Dsync_ui_util.cc40 if (auth_error.state() == AuthError::INVALID_GAIA_CREDENTIALS || in GetStatusLabelsForAuthError()
313 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: in MakeSyncAuthErrorText()
Dsignin_manager_unittest.cc142 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
Dprofile_sync_service.cc708 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS || in ShowErrorUI()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc189 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); in OnPasswordChangeDetected()
357 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: in ResolveInitialNetworkAuthFailure()
421 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: in ResolveLockNetworkAuthFailure()
Dparallel_authenticator_unittest.cc524 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
557 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
595 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
641 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
Donline_attempt.cc98 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS && in OnClientLoginFailure()
Dmock_authenticator.h48 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in AuthenticateToLogin()
Denterprise_enrollment_screen.cc201 case GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS: in HandleAuthError()
Donline_attempt_unittest.cc238 GoogleServiceAuthError(GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS)); in TEST_F()
Dgoogle_authenticator.cc217 if (error.state() == GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS && in OnClientLoginFailure()
Dparallel_authenticator.cc508 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS) { in ResolveOnlineFailureState()
Dgoogle_authenticator_unittest.cc354 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h44 INVALID_GAIA_CREDENTIALS = 1, enumerator
Dgoogle_service_auth_error.cc71 STATE_CASE(INVALID_GAIA_CREDENTIALS); in ToValue()
Dgaia_auth_fetcher_unittest.cc199 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
355 EXPECT_EQ(error.state(), GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in TEST_F()
Dgaia_auth_fetcher.cc350 GoogleServiceAuthError::INVALID_GAIA_CREDENTIALS); in GenerateAuthError()
/external/chromium/chrome/browser/sync/engine/
Dsyncapi.cc1929 OnAuthError(AuthError(AuthError::INVALID_GAIA_CREDENTIALS))); in RaiseAuthNeededEvent()
2274 OnAuthError(AuthError(AuthError::INVALID_GAIA_CREDENTIALS))); in HandleServerConnectionEvent()