Home
last modified time | relevance | path

Searched refs:ACCOUNT_DELETED (Results 1 – 10 of 10) sorted by relevance

/external/chromium/chrome/common/net/gaia/
Dgoogle_service_auth_error.h61 ACCOUNT_DELETED = 5, enumerator
Dgoogle_service_auth_error.cc75 STATE_CASE(ACCOUNT_DELETED); in ToValue()
Dgaia_auth_fetcher.cc345 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED); in GenerateAuthError()
Dgaia_auth_fetcher_unittest.cc339 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED); in TEST_F()
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc361 case GoogleServiceAuthError::ACCOUNT_DELETED: in ResolveInitialNetworkAuthFailure()
426 case GoogleServiceAuthError::ACCOUNT_DELETED: in ResolveLockNetworkAuthFailure()
Denterprise_enrollment_screen.cc208 case GoogleServiceAuthError::ACCOUNT_DELETED: in HandleAuthError()
Donline_attempt_unittest.cc248 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED)); in TEST_F()
Dgoogle_authenticator_unittest.cc387 GoogleServiceAuthError::ACCOUNT_DELETED); in TEST_F()
/external/chromium/chrome/browser/sync/
Dsync_ui_util.cc41 auth_error.state() == AuthError::ACCOUNT_DELETED || in GetStatusLabelsForAuthError()
314 case GoogleServiceAuthError::ACCOUNT_DELETED: in MakeSyncAuthErrorText()
Dprofile_sync_service.cc710 error.state() == GoogleServiceAuthError::ACCOUNT_DELETED || in ShowErrorUI()