Home
last modified time | relevance | path

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

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
DGoogleServiceAuthError.java38 ACCOUNT_DELETED(5, R.string.sync_error_generic), enumConstant
/external/chromium_org/google_apis/gaia/
Dgoogle_service_auth_error.cc161 STATE_CASE(ACCOUNT_DELETED); in ToValue()
213 case ACCOUNT_DELETED: in ToString()
Dgoogle_service_auth_error.h62 ACCOUNT_DELETED = 5, enumerator
Dgaia_auth_fetcher_unittest.cc394 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED); in TEST_F()
Dgaia_auth_fetcher.cc728 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED); in GenerateAuthError()
/external/chromium_org/chrome/browser/signin/
Dsignin_global_error_unittest.cc105 { GoogleServiceAuthError::ACCOUNT_DELETED, true }, in TEST_F()
Dsignin_ui_util.cc111 case GoogleServiceAuthError::ACCOUNT_DELETED: in GetStatusLabelsForAuthError()
Dsignin_global_error.cc142 case GoogleServiceAuthError::ACCOUNT_DELETED: in GetBubbleViewMessages()
Dsignin_error_notifier_ash.cc220 case GoogleServiceAuthError::ACCOUNT_DELETED: in GetMessageBody()
Dsignin_error_notifier_ash_unittest.cc210 { GoogleServiceAuthError::ACCOUNT_DELETED, true }, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/auth/
Donline_attempt_unittest.cc192 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED)); in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanaged_user_import_handler.cc234 state == GoogleServiceAuthError::ACCOUNT_DELETED || in HasAuthError()
Dcreate_profile_handler.cc227 state == GoogleServiceAuthError::ACCOUNT_DELETED || in OnSupervisedUserRegistered()
Dmanage_profile_handler.cc476 state == GoogleServiceAuthError::ACCOUNT_DELETED || in RequestCreateProfileUpdate()
/external/chromium_org/components/signin/core/browser/
Dsignin_error_controller_unittest.cc157 { GoogleServiceAuthError::ACCOUNT_DELETED, true }, in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc112 case GoogleServiceAuthError::ACCOUNT_DELETED: in OnAuthError()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc195 case GoogleServiceAuthError::ACCOUNT_DELETED: in ShowAuthError()
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
Dpush_messaging_api.cc276 case GoogleServiceAuthError::ACCOUNT_DELETED: in OnObfuscatedGaiaIdFetchFailure()
/external/chromium_org/chrome/browser/sync/
Dsync_ui_util_unittest.cc147 GoogleServiceAuthError::ACCOUNT_DELETED, in TEST_F()
/external/chromium_org/chrome/browser/ui/webui/signin/
Duser_manager_screen_handler.cc438 state == GoogleServiceAuthError::ACCOUNT_DELETED || in OnClientLoginFailure()
/external/chromium_org/chrome/browser/extensions/api/identity/
Didentity_api.cc533 case GoogleServiceAuthError::ACCOUNT_DELETED: in OnMintTokenFailure()