Home | History | Annotate | Download | only in csp

Lines Matching refs:allowEval

242         if (!policy->allowEval(0, SuppressReport) && m_disableEvalErrorMessage.isNull())
409 bool ContentSecurityPolicy::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const
411 return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, scriptState, reportingStatus);
417 if (!m_policies[i]->allowEval(0, SuppressReport))