allowEval         153 Source/bindings/v8/V8Initializer.cpp             return policy->allowEval(ScriptState::forContext(context));
allowEval         229 Source/bindings/v8/V8WindowShell.cpp             context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport));
allowEval         131 Source/bindings/v8/custom/V8WindowCustom.cpp         if (impl->document() && !impl->document()->contentSecurityPolicy()->allowEval()) {
allowEval          68 Source/bindings/v8/custom/V8WorkerGlobalScopeCustom.cpp             if (!policy->allowEval()) {
allowEval          67 Source/core/frame/csp/CSPDirectiveList.cpp     return !directive || directive->allowEval();
allowEval          39 Source/core/frame/csp/CSPDirectiveList.h     bool allowEval(ScriptState*, ContentSecurityPolicy::ReportingStatus) const;
allowEval          27 Source/core/frame/csp/CSPSourceList.h     bool allowEval() const;
allowEval         200 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (!policy->allowEval(0, SuppressReport))
allowEval         377 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, state, reportingStatus);
allowEval         383 Source/core/frame/csp/ContentSecurityPolicy.cpp         if (!m_policies[i]->allowEval(0, SuppressReport))
allowEval         110 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
allowEval          38 Source/core/frame/csp/SourceListDirective.cpp     return m_sourceList.allowEval();
allowEval          26 Source/core/frame/csp/SourceListDirective.h     bool allowEval() const;