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

  /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/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:
profile_sync_service.cc 710 error.state() == GoogleServiceAuthError::ACCOUNT_DELETED ||
    [all...]

Completed in 244 milliseconds