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

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 64 ACCOUNT_DISABLED = 6,
google_service_auth_error.cc 76 STATE_CASE(ACCOUNT_DISABLED);
gaia_auth_fetcher.cc 347 return GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED);
gaia_auth_fetcher_unittest.cc 347 EXPECT_EQ(error.state(), GoogleServiceAuthError::ACCOUNT_DISABLED);
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 362 case GoogleServiceAuthError::ACCOUNT_DISABLED:
427 case GoogleServiceAuthError::ACCOUNT_DISABLED:
enterprise_enrollment_screen.cc 209 case GoogleServiceAuthError::ACCOUNT_DISABLED:
online_attempt_unittest.cc 243 GoogleServiceAuthError(GoogleServiceAuthError::ACCOUNT_DISABLED));
existing_user_controller.cc 473 case GoogleServiceAuthError::ACCOUNT_DISABLED:
google_authenticator_unittest.cc 372 GoogleServiceAuthError::ACCOUNT_DISABLED);
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 42 auth_error.state() == AuthError::ACCOUNT_DISABLED) {
315 case GoogleServiceAuthError::ACCOUNT_DISABLED:
profile_sync_service.cc 711 error.state() == GoogleServiceAuthError::ACCOUNT_DISABLED ||
    [all...]

Completed in 292 milliseconds