HomeSort by relevance Sort by last modified time
    Searched defs:URLMatcher (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/url_matcher/
url_matcher.cc 787 // URLMatcher
790 URLMatcher::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::IsEmpty() const
    [all...]
url_matcher.h 131 // 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 {
361 URLMatcher();
362 ~URLMatcher();
384 // URLMatcherConditionSets for this URLMatcher.
421 DISALLOW_COPY_AND_ASSIGN(URLMatcher);

Completed in 133 milliseconds