ContentSecurityPolicy.cpp | 302 bool allowHash(const SourceHashValue& hashValue) const { return m_hashes.contains(hashValue); } 328 HashSet<SourceHashValue> m_hashes; member in class:WebCore::CSPSourceList 728 m_hashes.add(SourceHashValue(algorithm, hash)); [all...] |