Home | History | Annotate | Download | only in url_matcher

Lines Matching refs:IsMatch

220 bool URLMatcherCondition::IsMatch(
623 bool URLQueryElementMatcherCondition::IsMatch(
677 bool URLMatcherSchemeFilter::IsMatch(const GURL& url) const {
692 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
747 bool URLMatcherConditionSet::IsMatch(
750 return IsMatch(matching_patterns, url, std::string());
753 bool URLMatcherConditionSet::IsMatch(
759 if (!i->IsMatch(matching_patterns, url))
762 if (scheme_filter_.get() && !scheme_filter_->IsMatch(url))
764 if (port_filter_.get() && !port_filter_->IsMatch(url))
780 if (!i->IsMatch(url_for_component_searches))
867 if (condition_set_iter->second->IsMatch(