HomeSort by relevance Sort by last modified time
    Searched defs:tampered (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection_unittest.cc 250 bool tampered = tamper_detection.ValidateChromeProxyHeader( local
253 EXPECT_EQ(test[i].expected_tampered_with, tampered) << test[i].label;
375 bool tampered = tamper_detection.ValidateViaHeader( local
378 EXPECT_EQ(test[i].expected_tampered_with, tampered) << test[i].label;
488 "Checks tampered requested header values.",
507 bool tampered = tamper_detection.ValidateOtherHeaders( local
510 EXPECT_EQ(test[i].expected_tampered_with, tampered) << test[i].label;
583 bool tampered = tamper_detection.ValidateContentLengthHeader( local
586 EXPECT_EQ(test[i].expected_tampered_with, tampered) << test[i].label;
data_reduction_proxy_tamper_detection.cc 64 // Checks if the Chrome-Proxy header has been tampered with.
70 // Chrome-Proxy header has not been tampered with, and thus other
79 bool tampered = false; local
88 tampered = true;
96 tampered = true;
104 tampered = true;
108 if (!tampered) {
116 return tampered;

Completed in 59 milliseconds