Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.h174 static bool isDirectiveName(const String&);
DCSPSourceList.cpp119 if (m_policy->isDirectiveName(host)) in parse()
DContentSecurityPolicy.cpp91 bool ContentSecurityPolicy::isDirectiveName(const String& name) in isDirectiveName() function in WebCore::ContentSecurityPolicy