Home
last modified time | relevance | path

Searched refs:SuppressReport (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp242 if (!policy->allowEval(0, SuppressReport) && m_disableEvalErrorMessage.isNull()) in addPolicyFromHeaderValue()
417 if (!m_policies[i]->allowEval(0, SuppressReport)) in evalDisabledErrorMessage()
527 …>(m_policies, url, SuppressReport) && !isAllowedByAllWithURL<&CSPDirectiveList::allowScriptFromSou… in allowWorkerContextFromSource()
DContentSecurityPolicy.h89 SuppressReport enumerator
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DWindowProxy.cpp220 … context->AllowCodeGenerationFromStrings(csp->allowEval(0, ContentSecurityPolicy::SuppressReport)); in initialize()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp492 ContentSecurityPolicy::SuppressReport : ContentSecurityPolicy::SendReport; in canRequest()