allowStyleHash    150 Source/core/dom/StyleElement.cpp     bool passesContentSecurityPolicyChecks = document.contentSecurityPolicy()->allowStyleHash(text) || document.contentSecurityPolicy()->allowStyleNonce(e->fastGetAttribute(HTMLNames::nonceAttr)) || document.contentSecurityPolicy()->allowInlineStyle(e->document().url(), m_startPosition.m_line);
allowStyleHash     57 Source/core/frame/csp/CSPDirectiveList.h     bool allowStyleHash(const CSPHashValue&) const;
allowStyleHash    420 Source/core/frame/csp/ContentSecurityPolicy.cpp     return checkDigest<&CSPDirectiveList::allowStyleHash>(source, m_styleHashAlgorithmsUsed, m_policies);
allowStyleHash    132 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowStyleHash(const String& source) const;