Searched defs:allowEval (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DCSPDirectiveList.cpp78 return !directive || directive->allowEval();
267 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const function in class:blink::CSPDirectiveList
H A DCSPSourceList.cpp69 bool CSPSourceList::allowEval() const function in class:blink::CSPSourceList
H A DContentSecurityPolicy.cpp242 if (!policy->allowEval(0, SuppressReport) && m_disableEvalErrorMessage.isNull())
409 bool ContentSecurityPolicy::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const function in class:blink::ContentSecurityPolicy
411 return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, scriptState, reportingStatus);
417 if (!m_policies[i]->allowEval(0, SuppressReport))
H A DSourceListDirective.cpp36 bool SourceListDirective::allowEval() const function in class:blink::SourceListDirective
38 return m_sourceList.allowEval();

Completed in 504 milliseconds