Searched refs:checkNonce (Results 1 – 2 of 2) sorted by relevance
88 bool checkNonce(SourceListDirective*, const String&) const;
75 bool CSPDirectiveList::checkNonce(SourceListDirective* directive, const String& nonce) const in checkNonce() function in WebCore::CSPDirectiveList374 return checkNonce(operativeDirective(m_scriptSrc.get()), nonce); in allowScriptNonce()379 return checkNonce(operativeDirective(m_styleSrc.get()), nonce); in allowStyleNonce()