IsChromeProxyResponse   55 chrome/browser/android/intercept_download_resource_throttle.cc             request_->response_info().headers->IsChromeProxyResponse())) {
IsChromeProxyResponse  369 chrome/browser/net/spdyproxy/data_saving_metrics.cc       request->response_info().headers->IsChromeProxyResponse()) {
IsChromeProxyResponse  218 chrome/renderer/page_load_histograms.cc   return response_headers->IsChromeProxyResponse();
IsChromeProxyResponse 1489 net/http/http_response_headers.cc   if (!IsChromeProxyResponse() && (response_code() != HTTP_NOT_MODIFIED)) {
IsChromeProxyResponse  292 net/http/http_response_headers.h   bool IsChromeProxyResponse() const;
IsChromeProxyResponse 2106 net/http/http_response_headers_unittest.cc TEST(HttpResponseHeadersTest, IsChromeProxyResponse) {
IsChromeProxyResponse 2176 net/http/http_response_headers_unittest.cc     EXPECT_EQ(tests[i].expected_result, parsed->IsChromeProxyResponse());