Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DContentSecurityPolicy.cpp399 : m_sourceList(origin) in CSPDirective()
401 m_sourceList.parse(value); in CSPDirective()
406 return m_sourceList.matches(url); in allows()
410 CSPSourceList m_sourceList; member in WebCore::CSPDirective