Searched refs:response_code (Results 126 - 150 of 253) sorted by relevance

1234567891011

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_metrics.cc346 void AutofillMetrics::LogWalletResponseCode(int response_code) const {
347 UMA_HISTOGRAM_SPARSE_SLOWLY("Wallet.ResponseCode", response_code);
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_usage_stats.cc94 headers->response_code());
98 headers->response_code());
/external/chromium_org/content/browser/appcache/
H A Dappcache_storage.h61 int response_code) {}
151 int response_code) = 0;
59 OnGroupMadeObsolete(AppCacheGroup* group, bool success, int response_code) argument
H A Dmock_appcache_storage.h70 int response_code) OVERRIDE;
102 int response_code);
/external/chromium_org/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc133 queries[i].response_code,
168 EXPECT_EQ(queries[i].response_code, major_status);
H A Dhttp_response_headers.h202 static bool IsRedirectResponseCode(int response_code);
282 int response_code() const { return response_code_; } function in class:net::HttpResponseHeaders
H A Dhttp_network_transaction.cc358 DCHECK_EQ(headers->response_code(), HTTP_PROXY_AUTHENTICATION_REQUIRED);
360 << headers->response_code() << " to CONNECT request for "
1001 if (response_.headers.get() && response_.headers->response_code() == 408 &&
1005 response_.headers->response_code());
1014 const int response_code = response_.headers->response_code(); local
1016 "Net.HttpResponseCode_Nxx_MainFrame", response_code/100, 10);
1037 if (response_.headers->response_code() / 100 == 1 &&
1497 int status = headers->response_code();
H A Dhttp_proxy_client_socket.cc227 DCHECK_EQ(407, response_.headers->response_code());
303 response_.headers->response_code(),
465 switch (response_.headers->response_code()) {
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc169 const StringPiece& response_code,
173 method, path, version, response_code, response_detail, body);
166 AddToCache(const StringPiece& method, const StringPiece& path, const StringPiece& version, const StringPiece& response_code, const StringPiece& response_detail, const StringPiece& body) argument
/external/chromium_org/net/tools/quic/
H A Dquic_in_memory_cache.cc83 StringPiece response_code,
91 response_code,
80 AddSimpleResponse(StringPiece method, StringPiece path, StringPiece version, StringPiece response_code, StringPiece response_detail, StringPiece body) argument
/external/chromium_org/net/url_request/
H A Durl_request_test_job.cc262 return response_headers_->response_code();
276 *http_status_code = response_headers_->response_code();
/external/chromium_org/remoting/host/setup/
H A Dhost_starter.cc209 void HostStarter::OnNetworkError(int response_code) { argument
212 &HostStarter::OnNetworkError, weak_ptr_, response_code));
/external/chromium_org/components/metrics/
H A Dmetrics_service.cc244 ResponseStatus ResponseCodeToStatus(int response_code) { argument
245 switch (response_code) {
1040 void MetricsService::OnLogUploadComplete(int response_code) { argument
1046 ResponseCodeToStatus(response_code),
1049 bool upload_succeeded = response_code == 200;
1051 // Provide boolean for error recovery (allow us to ignore response_code).
1060 } else if (response_code == 400) {
1103 bool server_is_healthy = upload_succeeded || response_code == 400;
/external/chromium_org/third_party/libevent/test/
H A Dregress_http.c505 if (req->response_code != HTTP_OK) {
534 if (req->response_code != HTTP_OK) {
587 if (req->response_code != HTTP_OK) {
768 if (req->response_code != HTTP_OK) {
850 if (req == NULL || req->response_code != HTTP_OK) {
888 if (req != NULL && req->response_code != HTTP_OK) {
1239 if (req->response_code != HTTP_OK) {
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document_unittest.cc171 net::HttpStatusCode response_code,
174 new net::FakeURLFetcher(url, d, response_data, response_code, status));
240 online_state.response_code = 204;
167 CreateURLFetcher( const GURL& url, net::URLFetcherDelegate* d, const std::string& response_data, net::HttpStatusCode response_code, net::URLRequestStatus::Status status) argument
/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc322 void EnrollmentHandlerChromeOS::OnNetworkError(int response_code) { argument
325 << response_code;
327 EnrollmentStatus::ForRobotRefreshFetchError(response_code));
H A Denrollment_handler_chromeos.h102 virtual void OnNetworkError(int response_code) OVERRIDE;
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.cc125 response_->head.headers->response_code() == 304)) {
235 response_->head.headers->response_code() == 304)) {
364 response_->head.headers->response_code() / 100 != 2) {
368 // TODO(abarth): We should abstract the response_code test, but this kind
/external/chromium_org/google_apis/gaia/
H A Dgaia_oauth_client.cc257 int response_code = source->GetResponseCode(); local
258 if (response_code == net::HTTP_BAD_REQUEST ||
259 response_code == net::HTTP_UNAUTHORIZED) {
/external/chromium_org/chrome/browser/chromeos/login/signin/
H A Doauth2_login_manager.h155 virtual void OnNetworkError(int response_code) OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/login/test/
H A Doobe_base_test.cc125 online_state.response_code = 204;
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Dcaptive_portal_window_browsertest.cc189 portal_state.response_code = 200;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dsync_test.h215 net::HttpStatusCode response_code,
/external/chromium_org/cloud_print/gcp20/prototype/
H A Dcloud_print_requester.h150 virtual void OnNetworkError(int response_code) OVERRIDE;
/external/chromium_org/components/autofill/content/browser/wallet/
H A Dwallet_client.h222 void HandleNetworkError(int response_code);

Completed in 1833 milliseconds

1234567891011