Home
last modified time | relevance | path

Searched refs:http_response_code (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/ocsp/
Dnss_ocsp.cc118 PRUint16* http_response_code,
231 PRUint16 http_response_code() const { in http_response_code() function in __anon3b4b4ea00111::OCSPRequestSession
659 PRUint16* http_response_code, in OCSPSetResponse() argument
676 << " response_code=" << req->http_response_code() in OCSPSetResponse()
680 if (http_response_code) in OCSPSetResponse()
681 *http_response_code = req->http_response_code(); in OCSPSetResponse()
695 PRUint16* http_response_code, in OCSPTrySendAndReceive() argument
722 if (!req->Wait() || req->http_response_code() == static_cast<PRUint16>(-1)) { in OCSPTrySendAndReceive()
775 req, http_response_code, in OCSPTrySendAndReceive()
/external/chromium/chrome/browser/chromeos/login/
Dmock_auth_response_handler.cc39 const int http_response_code, in CompleteFetch() argument
44 http_response_code, in CompleteFetch()
Dmock_auth_response_handler.h51 const int http_response_code,
/external/chromium/chrome/browser/sync/glue/
Dhttp_bridge.cc119 http_response_code(-1), in URLFetchState()
208 *response_code = fetch_state_.http_response_code; in MakeSynchronousPost()
282 fetch_state_.http_response_code = response_code; in OnURLFetchComplete()
Dhttp_bridge.h189 int http_response_code; member