Home | History | Annotate | Download | only in src

Lines Matching refs:TextNode

795 class TextNode: public SeqRegExpNode {
797 TextNode(ZoneList<TextElement>* elms,
801 TextNode(RegExpCharacterClass* that,
817 virtual TextNode* Clone() {
818 TextNode* result = new TextNode(*this);