Searched refs:allowEval (Results 1 – 12 of 12) sorted by relevance
36 bool SourceListDirective::allowEval() const in allowEval() function in WebCore::SourceListDirective38 return m_sourceList.allowEval(); in allowEval()
26 bool allowEval() const;
28 bool allowEval() const;
200 if (!policy->allowEval(0, SuppressReport)) in addPolicyFromHeaderValue()361 bool ContentSecurityPolicy::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingSta… in allowEval() function in WebCore::ContentSecurityPolicy363 …return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, scriptState, reportingSta… in allowEval()369 if (!m_policies[i]->allowEval(0, SuppressReport)) in evalDisabledErrorMessage()
110 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
39 bool allowEval(ScriptState*, ContentSecurityPolicy::ReportingStatus) const;
65 bool CSPSourceList::allowEval() const in allowEval() function in WebCore::CSPSourceList
67 return !directive || directive->allowEval(); in checkEval()256 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus r… in allowEval() function in WebCore::CSPDirectiveList
68 if (!policy->allowEval()) { in setTimeoutOrInterval()
126 if (impl->document() && !impl->document()->contentSecurityPolicy()->allowEval()) { in windowSetTimeoutImpl()
154 return policy->allowEval(ScriptState::from(context)); in codeGenerationCheckCallbackInMainThread()
230 … context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport)); in initialize()