allowStyleNonce   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);
allowStyleNonce    55 Source/core/frame/csp/CSPDirectiveList.h     bool allowStyleNonce(const String&) const;
allowStyleNonce   410 Source/core/frame/csp/ContentSecurityPolicy.cpp     return isAllowedByAllWithNonce<&CSPDirectiveList::allowStyleNonce>(m_policies, nonce);
allowStyleNonce   130 Source/core/frame/csp/ContentSecurityPolicy.h     bool allowStyleNonce(const String& nonce) const;