SuppressReport    229 Source/bindings/v8/V8WindowShell.cpp             context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport));
SuppressReport    200 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (!policy->allowEval(0, SuppressReport))
SuppressReport    383 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (!m_policies[i]->allowEval(0, SuppressReport))
SuppressReport    494 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (isAllowedByAllWithURL<&CSPDirectiveList::allowChildContextFromSource>(m_policies, url, SuppressReport) && !isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSource>(m_policies, url, SuppressReport))