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();
CSPSourceList.cpp 69 bool CSPSourceList::allowEval() const
CSPDirectiveList.cpp 78 return !directive || directive->allowEval();
267 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const
ContentSecurityPolicy.cpp 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))
    [all...]

Completed in 64 milliseconds