HomeSort by relevance Sort by last modified time
    Searched refs:ACCOUNT_DELETED (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 61 ACCOUNT_DELETED = 5,
google_service_auth_error.cc 75 STATE_CASE(ACCOUNT_DELETED);
gaia_auth_fetcher.cc 345 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED);
gaia_auth_fetcher_unittest.cc 339 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED);
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 38 ACCOUNT_DELETED(5, R.string.sync_error_generic),
  /external/chromium_org/chrome/browser/signin/
signin_global_error_unittest.cc 105 { GoogleServiceAuthError::ACCOUNT_DELETED, true },
signin_ui_util.cc 104 case GoogleServiceAuthError::ACCOUNT_DELETED:
signin_global_error.cc 158 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 62 ACCOUNT_DELETED = 5,
google_service_auth_error.cc 167 STATE_CASE(ACCOUNT_DELETED);
219 case ACCOUNT_DELETED:
gaia_auth_fetcher.cc 693 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED);
746 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED);
    [all...]
gaia_auth_fetcher_unittest.cc 405 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED);
445 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DELETED);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 361 case GoogleServiceAuthError::ACCOUNT_DELETED:
426 case GoogleServiceAuthError::ACCOUNT_DELETED:
enterprise_enrollment_screen.cc 208 case GoogleServiceAuthError::ACCOUNT_DELETED:
online_attempt_unittest.cc 248 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED));
google_authenticator_unittest.cc 387 GoogleServiceAuthError::ACCOUNT_DELETED);
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 41 auth_error.state() == AuthError::ACCOUNT_DELETED ||
314 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc 122 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/chrome/browser/chromeos/login/
online_attempt_unittest.cc 198 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DELETED));
  /external/chromium_org/chrome/browser/extensions/api/identity/
experimental_identity_api.cc 162 case GoogleServiceAuthError::ACCOUNT_DELETED:
identity_api.cc 286 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/chrome/browser/extensions/api/push_messaging/
push_messaging_api.cc 255 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
enrollment_screen_handler.cc 196 case GoogleServiceAuthError::ACCOUNT_DELETED:
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 140 GoogleServiceAuthError::ACCOUNT_DELETED,
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 476 state == GoogleServiceAuthError::ACCOUNT_DELETED ||

Completed in 566 milliseconds

1 2