Home
last modified time | relevance | path

Searched defs:directiveName (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/frame/csp/
DContentSecurityPolicy.cpp756 void ContentSecurityPolicy::reportDirectiveAsSourceExpression(const String& directiveName, const St… in reportDirectiveAsSourceExpression()
788 void ContentSecurityPolicy::reportInvalidDirectiveValueCharacter(const String& directiveName, const… in reportInvalidDirectiveValueCharacter()
794 void ContentSecurityPolicy::reportInvalidPathCharacter(const String& directiveName, const String& v… in reportInvalidPathCharacter()
805 void ContentSecurityPolicy::reportInvalidSourceExpression(const String& directiveName, const String… in reportInvalidSourceExpression()
DCSPSourceList.cpp35 CSPSourceList::CSPSourceList(ContentSecurityPolicy* policy, const String& directiveName) in CSPSourceList()