Home
last modified time | relevance | path

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

/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h64 ACCOUNT_DISABLED = 6, enumerator
Dgoogle_service_auth_error.cc76 STATE_CASE(ACCOUNT_DISABLED); in ToValue()
Dgaia_auth_fetcher.cc347 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED); in GenerateAuthError()
Dgaia_auth_fetcher_unittest.cc347 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DISABLED); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc362 case GoogleServiceAuthError::ACCOUNT_DISABLED: in ResolveInitialNetworkAuthFailure()
427 case GoogleServiceAuthError::ACCOUNT_DISABLED: in ResolveLockNetworkAuthFailure()
Denterprise_enrollment_screen.cc209 case GoogleServiceAuthError::ACCOUNT_DISABLED: in HandleAuthError()
Donline_attempt_unittest.cc243 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED)); in TEST_F()
Dexisting_user_controller.cc473 case GoogleServiceAuthError::ACCOUNT_DISABLED: in ShowError()
Dgoogle_authenticator_unittest.cc372 GoogleServiceAuthError::ACCOUNT_DISABLED); in TEST_F()
/external/chromium/chrome/browser/sync/
Dsync_ui_util.cc42 auth_error.state() == AuthError::ACCOUNT_DISABLED) { in GetStatusLabelsForAuthError()
315 case GoogleServiceAuthError::ACCOUNT_DISABLED: in MakeSyncAuthErrorText()
Dprofile_sync_service.cc711 error.state() == GoogleServiceAuthError::ACCOUNT_DISABLED || in ShowErrorUI()