HomeSort by relevance Sort by last modified time
    Searched full:service_unavailable (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/remoting/webapp/
error.js 30 SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_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/chrome/common/net/gaia/
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);
google_service_auth_error.h 67 SERVICE_UNAVAILABLE = 7,
  /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 178 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
196 if (auth_error_.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {
profile_oauth2_token_service_request_unittest.cc 101 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
signin_global_error_unittest.cc 153 { GoogleServiceAuthError::SERVICE_UNAVAILABLE, true },
signin_ui_util.cc 122 case GoogleServiceAuthError::SERVICE_UNAVAILABLE:
  /external/chromium_org/chrome/browser/chromeos/login/
auth_sync_observer.cc 53 state != GoogleServiceAuthError::SERVICE_UNAVAILABLE &&
oauth2_token_fetcher.cc 114 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
online_attempt_unittest.cc 199 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
  /external/chromium_org/chrome/browser/chromeos/policy/
policy_oauth2_token_fetcher.cc 109 error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE ||
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Agent.java 109 * allowed to change his name then an exception will be thrown with a service_unavailable
  /external/chromium_org/google_apis/gaia/
google_service_auth_error.cc 169 STATE_CASE(SERVICE_UNAVAILABLE);
223 case SERVICE_UNAVAILABLE:
oauth2_access_token_fetcher.cc 178 GoogleServiceAuthError::SERVICE_UNAVAILABLE));
217 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
gaia_auth_fetcher.cc 717 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
722 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
726 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
770 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
775 GoogleServiceAuthError::SERVICE_UNAVAILABLE);
779 return GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE);
    [all...]
  /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/smack/src/org/jivesoftware/smack/packet/
XMPPError.java 335 public static final Condition service_unavailable = new Condition("service-unavailable"); field in class:XMPPError.Condition
408 instances.put(Condition.service_unavailable, new XMPPError.ErrorSpecification(
409 Condition.service_unavailable, Type.CANCEL, 503));
  /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 144 GoogleServiceAuthError::SERVICE_UNAVAILABLE,
248 GoogleServiceAuthError(GoogleServiceAuthError::SERVICE_UNAVAILABLE));
  /external/chromium_org/components/autofill/content/browser/wallet/
wallet_client.cc 80 if (LowerCaseEqualsASCII(trimmed, "service_unavailable"))
81 return WalletClient::SERVICE_UNAVAILABLE;
159 case WalletClient::SERVICE_UNAVAILABLE:
756 case WalletClient::SERVICE_UNAVAILABLE:
  /external/chromium_org/google_apis/drive/
auth_service.cc 104 } else if (error.state() == GoogleServiceAuthError::SERVICE_UNAVAILABLE) {

Completed in 457 milliseconds

1 2 3