Home | History | Annotate | Download | only in browser

Lines Matching refs:url_matcher

20 #include "components/url_matcher/url_matcher.h"
89 // Creates a condition set that can be used with the |url_matcher|. |id| needs
90 // to be a unique number that will be returned by the |url_matcher| if the URL
93 static scoped_refptr<url_matcher::URLMatcherConditionSet> CreateConditionSet(
94 url_matcher::URLMatcher* url_matcher,
95 url_matcher::URLMatcherConditionSet::ID id,
112 url_matcher::URLMatcherConditionSet::ID id_;
113 std::map<url_matcher::URLMatcherConditionSet::ID, FilterComponents> filters_;
114 scoped_ptr<url_matcher::URLMatcher> url_matcher_;