HomeSort by relevance Sort by last modified time
    Searched defs:allowScriptHash (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
CSPDirectiveList.cpp 382 bool CSPDirectiveList::allowScriptHash(const CSPHashValue& hashValue) const
ContentSecurityPolicy.cpp 399 bool ContentSecurityPolicy::allowScriptHash(const String& source) const
401 return checkDigest<&CSPDirectiveList::allowScriptHash>(source, m_scriptHashAlgorithmsUsed, m_policies);
    [all...]

Completed in 139 milliseconds