Searched defs:URLMatcher (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc787 // URLMatcher
790 URLMatcher::URLMatcher() {} function in class:url_matcher::URLMatcher
792 URLMatcher::~URLMatcher() {}
794 void URLMatcher::AddConditionSets(
805 void URLMatcher::RemoveConditionSets(
816 void URLMatcher::ClearUnusedConditionSets() {
820 std::set<URLMatcherConditionSet::ID> URLMatcher::MatchURL(
876 bool URLMatcher
[all...]
H A Durl_matcher.h131 // conditions and don't register them to a URLMatcher, they will continue to
133 // URLMatcher::ClearUnusedConditionSets() in this case.
359 class URL_MATCHER_EXPORT URLMatcher { class in namespace:url_matcher
361 URLMatcher();
362 ~URLMatcher();
384 // URLMatcherConditionSets for this URLMatcher.
421 DISALLOW_COPY_AND_ASSIGN(URLMatcher);

Completed in 81 milliseconds