Home
last modified time | relevance | path

Searched refs:allowEval (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DSourceListDirective.cpp36 bool SourceListDirective::allowEval() const in allowEval() function in WebCore::SourceListDirective
38 return m_sourceList.allowEval(); in allowEval()
DSourceListDirective.h26 bool allowEval() const;
DCSPSourceList.h28 bool allowEval() const;
DContentSecurityPolicy.cpp200 if (!policy->allowEval(0, SuppressReport)) in addPolicyFromHeaderValue()
361 bool ContentSecurityPolicy::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingSta… in allowEval() function in WebCore::ContentSecurityPolicy
363 …return isAllowedByAllWithState<&CSPDirectiveList::allowEval>(m_policies, scriptState, reportingSta… in allowEval()
369 if (!m_policies[i]->allowEval(0, SuppressReport)) in evalDisabledErrorMessage()
DContentSecurityPolicy.h110 bool allowEval(ScriptState* = 0, ReportingStatus = SendReport) const;
DCSPDirectiveList.h39 bool allowEval(ScriptState*, ContentSecurityPolicy::ReportingStatus) const;
DCSPSourceList.cpp65 bool CSPSourceList::allowEval() const in allowEval() function in WebCore::CSPSourceList
DCSPDirectiveList.cpp67 return !directive || directive->allowEval(); in checkEval()
256 bool CSPDirectiveList::allowEval(ScriptState* scriptState, ContentSecurityPolicy::ReportingStatus r… in allowEval() function in WebCore::CSPDirectiveList
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8WorkerGlobalScopeCustom.cpp68 if (!policy->allowEval()) { in setTimeoutOrInterval()
DV8WindowCustom.cpp126 if (impl->document() && !impl->document()->contentSecurityPolicy()->allowEval()) { in windowSetTimeoutImpl()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8Initializer.cpp154 return policy->allowEval(ScriptState::from(context)); in codeGenerationCheckCallbackInMainThread()
DV8WindowShell.cpp230 … context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport)); in initialize()