Searched defs:http_response_headers (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc40 #include "net/http/http_response_headers.h"
154 const char** http_response_headers,
276 const std::string& http_response_headers() const { function in class:net::__anon9347::OCSPRequestSession
696 const char** http_response_headers,
713 << " header=" << req->http_response_headers()
719 if (http_response_headers)
720 *http_response_headers = req->http_response_headers().c_str();
732 const char** http_response_headers,
843 http_response_headers,
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/net/http/
H A Dhttp_response_headers.cc10 #include "net/http/http_response_headers.h"
1372 scoped_refptr<HttpResponseHeaders>* http_response_headers) {
1373 *http_response_headers = NULL;
1396 *http_response_headers = new HttpResponseHeaders(raw_headers);
1370 FromNetLogParam( const base::Value* event_param, scoped_refptr<HttpResponseHeaders>* http_response_headers) argument

Completed in 871 milliseconds