Home | History | Annotate | Download | only in regexp

Lines Matching refs:TextElement

717   TextNode(ZoneList<TextElement>* elms, bool read_backward,
723 elms_(new (zone()) ZoneList<TextElement>(1, zone())),
725 elms_->Add(TextElement::CharClass(that), zone());
745 ZoneList<TextElement>* elements() { return elms_; }
774 ZoneList<TextElement>* elms_;