Searched refs:isHashOrNoncePresent (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
H A DSourceListDirective.cpp51 bool SourceListDirective::isHashOrNoncePresent() const function in class:blink::SourceListDirective
53 return m_sourceList.isHashOrNoncePresent();
H A DSourceListDirective.h29 bool isHashOrNoncePresent() const;
H A DCSPSourceList.h33 bool isHashOrNoncePresent() const;
H A DCSPSourceList.cpp89 bool CSPSourceList::isHashOrNoncePresent() const function in class:blink::CSPSourceList
H A DCSPDirectiveList.cpp83 return !directive || (directive->allowInline() && !directive->isHashOrNoncePresent());
169 if (directive->allowInline() && directive->isHashOrNoncePresent()) {

Completed in 108 milliseconds