Searched defs:has_chrome_proxy_via_header (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/components/data_reduction_proxy/common/
H A Ddata_reduction_proxy_headers_unittest.cc504 bool has_chrome_proxy_via_header, has_intermediary; local
506 has_chrome_proxy_via_header =
510 has_chrome_proxy_via_header =
513 EXPECT_EQ(tests[i].expected_result, has_chrome_proxy_via_header);
514 if (has_chrome_proxy_via_header && !tests[i].ignore_intermediary) {
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_tamper_detection_unittest.cc374 bool has_chrome_proxy_via_header; local
376 test[i].received_fingerprint, &has_chrome_proxy_via_header);
380 has_chrome_proxy_via_header) << test[i].label;
H A Ddata_reduction_proxy_tamper_detection.cc83 bool has_chrome_proxy_via_header; local
85 fingerprint, &has_chrome_proxy_via_header)) {
87 has_chrome_proxy_via_header);
164 // reduction proxy's name in Via header. |has_chrome_proxy_via_header| marks
168 bool* has_chrome_proxy_via_header) const {
170 *has_chrome_proxy_via_header = HasDataReductionProxyViaHeader(
174 if (*has_chrome_proxy_via_header)

Completed in 78 milliseconds