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

1 2 3

  /external/chromium/chrome/common/net/gaia/
google_service_auth_error.h 67 SERVICE_UNAVAILABLE = 7,
google_service_auth_error.cc 77 STATE_CASE(SERVICE_UNAVAILABLE);
gaia_auth_fetcher.cc 354 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
359 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
363 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
gaia_auth_fetcher_unittest.cc 363 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE);
371 EXPECT_EQ(error.state(), GoogleServiceAuthError::SERVICE_UNAVAILABLE);
  /external/nist-sip/java/javax/sip/message/
Response.java 51 int SERVICE_UNAVAILABLE = 503;
  /external/chromium_org/net/http/
http_status_code_list.h 65 HTTP_STATUS(SERVICE_UNAVAILABLE, 503, "Service Unavailable")
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/sync/
GoogleServiceAuthError.java 44 SERVICE_UNAVAILABLE(7, R.string.sync_error_service_unavailable),
  /external/chromium_org/chrome/browser/signin/
signin_global_error.cc 166 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
184 if (auth_error_.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
signin_global_error_unittest.cc 107 { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true },
signin_ui_util.cc 120 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
  /external/chromium_org/remoting/webapp/
error.js 28 SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE',
wcs_loader.js 135 error = remoting.Error.SERVICE_UNAVAILABLE;
  /external/chromium_org/chrome/browser/chromeos/login/
oauth2_token_fetcher.cc 114 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 107 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.h 97 SERVICE_UNAVAILABLE, // Online Wallet is down.
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.h 68 SERVICE_UNAVAILABLE = 7,
google_service_auth_error.cc 169 STATE_CASE(SERVICE_UNAVAILABLE);
223 case SERVICE_UNAVAILABLE:
oauth2_access_token_fetcher.cc 136 GoogleServiceAuthError::SERVICE_UNAVAILABLE));
154 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
gaia_auth_fetcher.cc 702 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
707 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
711 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
755 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
760 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
764 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
    [all...]
  /external/chromium_org/chrome/browser/google_apis/
auth_service.cc 100 } else if (error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 346 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
411 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
enterprise_enrollment_screen.cc 210 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
  /external/chromium_org/chrome/browser/net/gaia/
gaia_oauth_fetcher.cc 410 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
414 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
435 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
  /external/chromium/chrome/browser/sync/
sync_ui_util.cc 51 } else if (auth_error.state() == AuthError::SERVICE_UNAVAILABLE) {
316 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
  /external/chromium_org/chrome/browser/sync/
sync_ui_util_unittest.cc 142 GoogleServiceAuthError::SERVICE_UNAVAILABLE,
245 GoogleServiceAuthError::SERVICE_UNAVAILABLE));

Completed in 779 milliseconds

1 2 3