Searched defs:directiveName (Results 1 – 2 of 2) sorted by relevance
688 void ContentSecurityPolicy::reportDirectiveAsSourceExpression(const String& directiveName, const St… in reportDirectiveAsSourceExpression() argument720 void ContentSecurityPolicy::reportInvalidDirectiveValueCharacter(const String& directiveName, const… in reportInvalidDirectiveValueCharacter() argument726 void ContentSecurityPolicy::reportInvalidPathCharacter(const String& directiveName, const String& v… in reportInvalidPathCharacter() argument737 void ContentSecurityPolicy::reportInvalidSourceExpression(const String& directiveName, const String… in reportInvalidSourceExpression() argument
35 CSPSourceList::CSPSourceList(ContentSecurityPolicy* policy, const String& directiveName) in CSPSourceList()