Home
last modified time | relevance | path

Searched refs:allowScriptHash (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h131 bool allowScriptHash(const String& source) const;
DCSPDirectiveList.h56 bool allowScriptHash(const CSPHashValue&) const;
DContentSecurityPolicy.cpp399 bool ContentSecurityPolicy::allowScriptHash(const String& source) const in allowScriptHash() function in WebCore::ContentSecurityPolicy
401 …return checkDigest<&CSPDirectiveList::allowScriptHash>(source, m_scriptHashAlgorithmsUsed, m_polic… in allowScriptHash()
DCSPDirectiveList.cpp382 bool CSPDirectiveList::allowScriptHash(const CSPHashValue& hashValue) const in allowScriptHash() function in WebCore::CSPDirectiveList
/external/chromium_org/third_party/WebKit/Source/core/dom/
DScriptLoader.cpp306 …(HTMLNames::nonceAttr)) || elementDocument->contentSecurityPolicy()->allowScriptHash(sourceCode.so… in executeScript()