OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateOtherHeaders
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_tamper_detection.h
118
bool
ValidateOtherHeaders
(const std::string& fingerprint) const;
data_reduction_proxy_tamper_detection.cc
94
if (tamper_detection.
ValidateOtherHeaders
(fingerprint)) {
213
bool DataReductionProxyTamperDetection::
ValidateOtherHeaders
(
data_reduction_proxy_tamper_detection_unittest.cc
384
// Tests function
ValidateOtherHeaders
.
507
bool tampered = tamper_detection.
ValidateOtherHeaders
(
Completed in 171 milliseconds