Searched refs:http_response_code (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/domain_reliability/
H A Dbeacon.cc35 if (http_response_code >= 0)
36 beacon_value->SetInteger("http_response_code", http_response_code);
H A Dbeacon.h44 int http_response_code; member in struct:domain_reliability::DomainReliabilityBeacon
H A Dutil.cc100 int http_response_code,
103 if (http_response_code >= 400 && http_response_code < 600)
98 GetDomainReliabilityBeaconStatus( int net_error, int http_response_code, std::string* beacon_status_out) argument
H A Dutil.h28 int http_response_code,
H A Dcontext_unittest.cc33 beacon.http_response_code = 200;
170 "\"http_response_code\":200,\"protocol\":\"HTTP\","
H A Dmonitor.cc285 beacon.http_response_code = response_code;
/external/chromium_org/content/public/browser/
H A Dresource_request_details.cc28 http_response_code =
H A Dresource_request_details.h45 int http_response_code; member in struct:content::ResourceRequestDetails
/external/chromium_org/net/http/
H A Dproxy_client_socket.h73 static void LogBlockedTunnelResponse(int http_response_code,
/external/chromium_org/sync/internal_api/
H A Dhttp_bridge.cc178 http_response_code(-1),
268 *response_code = fetch_state_.http_response_code;
356 fetch_state_.http_response_code = source->GetResponseCode();
363 << fetch_state_.http_response_code;
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc152 PRUint16* http_response_code,
266 PRUint16 http_response_code() const { function in class:net::__anon9347::OCSPRequestSession
694 PRUint16* http_response_code,
711 << " response_code=" << req->http_response_code()
715 if (http_response_code)
716 *http_response_code = req->http_response_code();
730 PRUint16* http_response_code,
758 if (!req->Wait() || req->http_response_code() == static_cast<PRUint16>(-1)) {
769 (req->http_response_code() >
693 OCSPSetResponse(OCSPRequestSession* req, PRUint16* http_response_code, const char** http_response_content_type, const char** http_response_headers, const char** http_response_data, PRUint32* http_response_data_len) argument
728 OCSPTrySendAndReceive(SEC_HTTP_REQUEST_SESSION request, PRPollDesc** pPollDesc, PRUint16* http_response_code, const char** http_response_content_type, const char** http_response_headers, const char** http_response_data, PRUint32* http_response_data_len) argument
[all...]
/external/chromium_org/sync/internal_api/public/
H A Dhttp_bridge.h201 int http_response_code; member in struct:syncer::HttpBridge::URLFetchState

Completed in 149 milliseconds