Home | History | Annotate | Download | only in url_matcher

Lines Matching refs:match_type_

575   match_type_ = match_type;
592 match_type_ = MATCH_ANY;
595 // If |match_type_| is MATCH_ANY, then we could simply look for the
598 if (match_type_ == MATCH_ANY)
612 if (match_type_ != rhs.match_type_)
613 return match_type_ < rhs.match_type_;
625 switch (match_type_) {