Searched refs:fnKeys (Results 1 – 3 of 3) sorted by relevance
68 property.fnKeys.containsKey("expression(")); in testDangerousTokens()74 property.fnKeys.containsKey("url(")); in testDangerousTokens()
54 final ImmutableMap<String, String> fnKeys; field in CssSchema.Property58 ImmutableMap<String, String> fnKeys) { in Property() argument61 this.fnKeys = fnKeys; in Property()
111 String key = cssProperty.fnKeys.get(token); in sanitizeCssProperties()