Searched refs:http_response_headers (Results 1 - 15 of 15) 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.h272 // clears |http_response_headers|.
277 scoped_refptr<HttpResponseHeaders>* http_response_headers);
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
/external/chromium_org/net/
H A Dnet.target.darwin-arm.mk72 net/http/http_response_headers.cc \
H A Dnet.target.darwin-arm64.mk72 net/http/http_response_headers.cc \
H A Dnet.target.darwin-mips.mk72 net/http/http_response_headers.cc \
H A Dnet.target.darwin-mips64.mk72 net/http/http_response_headers.cc \
H A Dnet.target.darwin-x86.mk72 net/http/http_response_headers.cc \
H A Dnet.target.darwin-x86_64.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-arm.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-arm64.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-mips.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-mips64.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-x86.mk72 net/http/http_response_headers.cc \
H A Dnet.target.linux-x86_64.mk72 net/http/http_response_headers.cc \

Completed in 9405 milliseconds