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

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
SourceListDirective.h 26 bool allowEval() const;
SourceListDirective.cpp 36 bool SourceListDirective::allowEval() const
38 return m_sourceList.allowEval();
CSPSourceList.h 28 bool allowEval() const;
ContentSecurityPolicy.h 113 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
CSPDirectiveList.h 39 bool allowEval(ScriptState*, ContentSecurityPolicy::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...]
CSPSourceList.cpp 69 bool CSPSourceList::allowEval() const
CSPDirectiveList.cpp 78 return !directive || directive->allowEval();
267 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus reportingStatus) const
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8WorkerGlobalScopeCustom.cpp 67 if (!policy->allowEval()) {
V8WindowCustom.cpp 126 if (impl->document() && !impl->document()->contentSecurityPolicy()->allowEval()) {
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8Initializer.cpp 176 return policy->allowEval(ScriptState::from(context));
WindowProxy.cpp 220 context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport));

Completed in 299 milliseconds