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

/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc714 // URLMatcherConditionSet
717 URLMatcherConditionSet::~URLMatcherConditionSet() {}
719 URLMatcherConditionSet::URLMatcherConditionSet( function in class:url_matcher::URLMatcherConditionSet
725 URLMatcherConditionSet::URLMatcherConditionSet( function in class:url_matcher::URLMatcherConditionSet
735 URLMatcherConditionSet::URLMatcherConditionSet( function in class:url_matcher::URLMatcherConditionSet
747 bool URLMatcherConditionSet
[all...]
H A Durl_matcher.h269 // URLMatcherConditionSet.
284 // URLMatcherConditionSet.
306 class URL_MATCHER_EXPORT URLMatcherConditionSet class in namespace:url_matcher
307 : public base::RefCounted<URLMatcherConditionSet> {
312 typedef std::vector<scoped_refptr<URLMatcherConditionSet> > Vector;
315 URLMatcherConditionSet(ID id, const Conditions& conditions);
320 URLMatcherConditionSet(ID id, const Conditions& conditions,
328 URLMatcherConditionSet(ID id,
346 friend class base::RefCounted<URLMatcherConditionSet>;
347 ~URLMatcherConditionSet();
[all...]

Completed in 92 milliseconds