Searched refs:HTTP_SERVICE_UNAVAILABLE (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/google_apis/drive/
H A Dgdata_errorcode.cc65 case HTTP_SERVICE_UNAVAILABLE:
66 return"HTTP_SERVICE_UNAVAILABLE";
H A Dgdata_errorcode.h31 HTTP_SERVICE_UNAVAILABLE = 503, enumerator in enum:google_apis::GDataErrorCode
H A Dbase_requests_unittest.cc136 EXPECT_EQ(HTTP_SERVICE_UNAVAILABLE, error);
H A Dbase_requests.cc385 error_code_ = HTTP_SERVICE_UNAVAILABLE;
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dfile_errors.cc152 case google_apis::HTTP_SERVICE_UNAVAILABLE:
H A Djob_scheduler.cc841 error == google_apis::HTTP_SERVICE_UNAVAILABLE ||
986 // When we need to retry, the error code should be HTTP_SERVICE_UNAVAILABLE
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Ddrive_backend_util.cc114 case google_apis::HTTP_SERVICE_UNAVAILABLE:
/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers.cc224 if (headers->response_code() == net::HTTP_SERVICE_UNAVAILABLE)
/external/chromium_org/google_apis/gcm/engine/
H A Dunregistration_request.cc64 if (response_status == net::HTTP_SERVICE_UNAVAILABLE)
H A Dunregistration_request_unittest.cc235 SetResponseStatusAndString(net::HTTP_SERVICE_UNAVAILABLE, "");
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivet_url_fetcher.cc231 if (source->GetResponseCode() == net::HTTP_SERVICE_UNAVAILABLE) {
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_service_unittest.cc328 net::HTTP_SERVICE_UNAVAILABLE,
/external/chromium_org/sync/internal_api/attachments/
H A Dattachment_downloader_impl_unittest.cc353 CompleteDownload(net::HTTP_SERVICE_UNAVAILABLE);
H A Dattachment_uploader_impl_unittest.cc523 request_handler().SetStatusCode(net::HTTP_SERVICE_UNAVAILABLE);
/external/chromium_org/components/invalidation/
H A Dgcm_network_channel_unittest.cc420 net::HTTP_SERVICE_UNAVAILABLE, member in class:syncer::net

Completed in 412 milliseconds