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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
SourceListDirective.cpp 36 bool SourceListDirective::allowEval() const
38 return m_sourceList.allowEval();
CSPDirectiveList.cpp 67 return !directive || directive->allowEval();
256 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const
CSPSourceList.cpp 65 bool CSPSourceList::allowEval() const
ContentSecurityPolicy.cpp 200 if (!policy->allowEval(0, SuppressReport))
361 bool ContentSecurityPolicy::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const
363 return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, scriptState, reportingStatus);
369 if (!m_policies[i]->allowEval(0, SuppressReport))
    [all...]

Completed in 278 milliseconds