HomeSort by relevance Sort by last modified time
    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