Searched defs:response_headers (Results 1 - 14 of 14) sorted by relevance

/external/chromium/net/http/
H A Dhttp_vary_data_unittest.cc21 const std::string& response_headers) {
22 std::string temp(response_headers);
20 Init(const std::string& request_headers, const std::string& response_headers) argument
H A Dhttp_vary_data.cc22 const HttpResponseHeaders& response_headers) {
37 while (response_headers.EnumerateHeader(&iter, name, &request_header)) {
55 if (response_headers.IsRedirect(&location)) {
21 Init(const HttpRequestInfo& request_info, const HttpResponseHeaders& response_headers) argument
H A Dhttp_transaction_unittest.h48 std::string* response_headers,
59 const char* response_headers; member in struct:MockTransaction
H A Dhttp_cache_unittest.cc775 std::string* response_headers) {
778 response.headers->GetNormalizedHeaders(response_headers);
794 std::string* response_headers,
797 *response_headers = "Cache-Control: no-store\n";
847 std::string* response_headers,
867 std::string* response_headers,
892 response_headers->assign("Date: Wed, 28 Nov 2007 09:40:09 GMT");
913 response_headers->append(content_range);
934 response_headers->replace(response_headers
773 RunTransactionTestWithResponse(net::HttpCache* cache, const MockTransaction& trans_info, std::string* response_headers) argument
792 FastNoStoreHandler(const net::HttpRequestInfo* request, std::string* response_status, std::string* response_headers, std::string* response_data) argument
865 RangeHandler(const net::HttpRequestInfo* request, std::string* response_status, std::string* response_headers, std::string* response_data) argument
1446 PreserveRequestHeaders_Handler( const net::HttpRequestInfo* request, std::string* response_status, std::string* response_headers, std::string* response_data) argument
2178 ETagGet_ConditionalRequest_Handler( const net::HttpRequestInfo* request, std::string* response_status, std::string* response_headers, std::string* response_data) argument
2213 ETagGet_ConditionalRequest_NoStore_Handler( const net::HttpRequestInfo* request, std::string* response_status, std::string* response_headers, std::string* response_data) argument
2312 std::string response_headers; local
2500 std::string response_headers; local
2544 std::string response_headers; local
[all...]
/external/chromium/chrome/browser/debugger/
H A Ddevtools_netlog_observer.cc120 const net::HttpResponseHeaders& response_headers = local
122 info->http_status_code = response_headers.response_code();
123 info->http_status_text = response_headers.GetStatusText();
126 response_headers.EnumerateHeaderLines(&it, &name, &value); ) {
127 info->response_headers.push_back(std::make_pair(name, value));
/external/chromium/chrome/browser/sync/glue/
H A Dhttp_bridge.h192 scoped_refptr<net::HttpResponseHeaders> response_headers; member in struct:browser_sync::HttpBridge::URLFetchState
H A Dhttp_bridge_unittest.cc95 net::HttpResponseHeaders* response_headers() const { function in class:DummyURLFetcher
/external/chromium/android/autofill/
H A Durl_fetcher_proxy.h124 net::HttpResponseHeaders* response_headers() const {return real_fetcher_->response_headers();}; function in class:URLFetcherProxy
/external/chromium/net/url_request/
H A Durl_request_test_job.cc100 const std::string& response_headers,
106 response_headers_(new HttpResponseHeaders(response_headers)),
99 URLRequestTestJob(URLRequest* request, const std::string& response_headers, const std::string& response_data, bool auto_advance) argument
H A Durl_request.cc286 HttpResponseHeaders* URLRequest::response_headers() const { function in class:net::URLRequest
/external/chromium/webkit/glue/
H A Dresource_loader_bridge.h112 HeadersVector response_headers; member in struct:webkit_glue::ResourceDevToolsInfo
H A Dweburlloader_impl.cc234 const HeadersVector& response_headers = local
235 info.devtools_info->response_headers;
236 for (HeadersVector::const_iterator it = response_headers.begin();
237 it != response_headers.end(); ++it) {
/external/chromium/chrome/browser/autocomplete/
H A Dsearch_provider.cc242 const net::HttpResponseHeaders* const response_headers = member in class:net
243 source->response_headers();
248 if (response_headers) {
250 if (response_headers->GetCharset(&charset)) {
/external/chromium/chrome/common/net/
H A Durl_fetcher.cc291 response_headers_ = request_->response_headers();
577 net::HttpResponseHeaders* URLFetcher::response_headers() const { function in class:URLFetcher

Completed in 865 milliseconds