Home | History | Annotate | Download | only in src

Lines Matching refs:RegExpQuantifier

414   void AddQuantifierToAtom(int min, int max, RegExpQuantifier::Type type);
548 RegExpQuantifier::Type type) {
588 terms_.Add(new RegExpQuantifier(min, max, type, atom));
4569 RegExpQuantifier::Type type = RegExpQuantifier::GREEDY;
4571 type = RegExpQuantifier::NON_GREEDY;
4575 type = RegExpQuantifier::POSSESSIVE;