OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_xssProtection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditor.h
112
ReflectedXSSDisposition
m_xssProtection
;
XSSAuditor.cpp
206
,
m_xssProtection
(FilterReflectedXSS)
297
m_xssProtection
= combineXSSProtectionHeaderAndCSP(xssProtectionHeader, cspHeader);
323
if (!m_isEnabled ||
m_xssProtection
== AllowReflectedXSS)
337
bool didBlockEntirePage = (
m_xssProtection
== BlockReflectedXSS);
Completed in 23 milliseconds