Home
last modified time | relevance | path

Searched refs:parseXSSProtectionHeader (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/network/
DHTTPParsers.h99 PLATFORM_EXPORT ReflectedXSSDisposition parseXSSProtectionHeader(const String& header, String& fail…
DHTTPParsers.cpp355 ReflectedXSSDisposition parseXSSProtectionHeader(const String& header, String& failureReason, unsig… in parseXSSProtectionHeader() function
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DXSSAuditor.cpp333 …ReflectedXSSDisposition xssProtectionHeader = parseXSSProtectionHeader(headerValue, errorDetails, … in init()