HomeSort by relevance Sort by last modified time
    Searched refs:original_response_headers (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_protocol.h 33 const net::HttpResponseHeaders* original_response_headers,
46 const net::HttpResponseHeaders* original_response_headers,
data_reduction_proxy_protocol.cc 40 const net::HttpResponseHeaders* original_response_headers,
61 original_response_headers, &data_reduction_proxy_info);
83 original_response_headers,
104 const net::HttpResponseHeaders* original_response_headers,
107 DCHECK(original_response_headers);
114 original_response_headers->raw_headers());
data_reduction_proxy_protocol_unittest.cc 100 const HttpResponseHeaders* original_response_headers,
106 original_response_headers,
355 scoped_refptr<HttpResponseHeaders> original_response_headers(
364 original_response_headers,
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_condition.h 29 const net::HttpResponseHeaders* original_response_headers);
38 const net::HttpResponseHeaders* original_response_headers; member in struct:extensions::WebRequestData
webrequest_condition.cc 51 original_response_headers(NULL) {}
56 const net::HttpResponseHeaders* original_response_headers)
59 original_response_headers(original_response_headers) {}
  /external/chromium_org/android_webview/browser/net/
aw_network_delegate.cc 48 const net::HttpResponseHeaders* original_response_headers,
55 original_response_headers,
aw_network_delegate.h 41 const net::HttpResponseHeaders* original_response_headers,
  /external/chromium_org/net/base/
network_delegate.h 71 const HttpResponseHeaders* original_response_headers,
136 // |original_response_headers| contains the headers as received over the
139 // |original_response_headers|.
145 // |callback|, |original_response_headers|, and |override_response_headers|
151 const HttpResponseHeaders* original_response_headers,
network_delegate.cc 41 const HttpResponseHeaders* original_response_headers,
45 DCHECK(original_response_headers);
49 original_response_headers,
161 const HttpResponseHeaders* original_response_headers,
  /external/chromium_org/chrome/browser/net/
chrome_extensions_network_delegate.cc 99 const net::HttpResponseHeaders* original_response_headers,
177 const net::HttpResponseHeaders* original_response_headers,
185 original_response_headers,
314 const net::HttpResponseHeaders* original_response_headers,
chrome_extensions_network_delegate.h 58 const net::HttpResponseHeaders* original_response_headers,
chrome_network_delegate.h 170 const net::HttpResponseHeaders* original_response_headers,
chrome_network_delegate.cc 488 const net::HttpResponseHeaders* original_response_headers,
494 original_response_headers,
502 original_response_headers,
  /external/chromium_org/content/shell/browser/
shell_network_delegate.h 34 const net::HttpResponseHeaders* original_response_headers,
shell_network_delegate.cc 49 const net::HttpResponseHeaders* original_response_headers,
  /external/chromium_org/net/proxy/
network_delegate_error_observer_unittest.cc 43 const HttpResponseHeaders* original_response_headers,
proxy_script_fetcher_impl_unittest.cc 136 const HttpResponseHeaders* original_response_headers,
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.h 272 // NULL, a copy of |original_response_headers| is created. Conflicts are
276 const net::HttpResponseHeaders* original_response_headers,
288 const net::HttpResponseHeaders* original_response_headers,
web_request_api.h 207 // OK otherwise. |original_response_headers| is reference counted. |callback|
211 // Do not modify |original_response_headers| directly but write new ones
218 const net::HttpResponseHeaders* original_response_headers,
389 // deltas in |blocked_requests_|. |original_response_headers| should only be
398 const net::HttpResponseHeaders* original_response_headers);
web_request_api.cc 556 scoped_refptr<const net::HttpResponseHeaders> original_response_headers; member in struct:ExtensionWebRequestEventRouter::BlockedRequest
    [all...]
web_request_api_helpers.cc     [all...]
  /external/chromium_org/components/cronet/android/
url_request_context_peer.cc 52 const net::HttpResponseHeaders* original_response_headers,
  /external/chromium_org/net/url_request/
url_request_test_util.h 290 const HttpResponseHeaders* original_response_headers,
url_request_test_util.cc 415 const HttpResponseHeaders* original_response_headers,
435 new net::HttpResponseHeaders(original_response_headers->raw_headers());
url_request_context_builder.cc 72 const HttpResponseHeaders* original_response_headers,

Completed in 609 milliseconds

1 2