HomeSort by relevance Sort by last modified time
    Searched defs:allowNonce (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/frame/csp/
SourceListDirective.cpp 41 bool SourceListDirective::allowNonce(const String& nonce) const
43 return m_sourceList.allowNonce(nonce.stripWhiteSpace());
CSPSourceList.cpp 74 bool CSPSourceList::allowNonce(const String& nonce) const

Completed in 43 milliseconds