Home
last modified time | relevance | path

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

/external/owasp/sanitizer/src/tests/org/owasp/html/
DCssSchemaTest.java68 property.fnKeys.containsKey("expression(")); in testDangerousTokens()
74 property.fnKeys.containsKey("url(")); in testDangerousTokens()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java54 final ImmutableMap<String, String> fnKeys; field in CssSchema.Property
58 ImmutableMap<String, String> fnKeys) { in Property() argument
61 this.fnKeys = fnKeys; in Property()
DStylingPolicy.java111 String key = cssProperty.fnKeys.get(token); in sanitizeCssProperties()