Home
last modified time | relevance | path

Searched refs:checkNonce (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DCSPDirectiveList.h88 bool checkNonce(SourceListDirective*, const String&) const;
DCSPDirectiveList.cpp75 bool CSPDirectiveList::checkNonce(SourceListDirective* directive, const String& nonce) const in checkNonce() function in WebCore::CSPDirectiveList
374 return checkNonce(operativeDirective(m_scriptSrc.get()), nonce); in allowScriptNonce()
379 return checkNonce(operativeDirective(m_styleSrc.get()), nonce); in allowStyleNonce()