Home
last modified time | relevance | path

Searched refs:IN_TAG (Results 1 – 2 of 2) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
DHtmlStripFunction.java38 DEFAULT, IN_AMP, IN_TAG enumConstant
113 state = State.IN_TAG; in filter()
122 case IN_TAG: in filter()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlLexer.java71 IN_TAG, enumConstant
91 state = State.IN_TAG; in produce()
98 state = State.IN_TAG; in produce()
120 case IN_TAG: in produce()
141 state = State.IN_TAG; in produce()
156 state = State.IN_TAG; in produce()