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

/external/chromium_org/components/url_matcher/
H A Durl_matcher.cc683 // URLMatcherPortFilter
686 URLMatcherPortFilter::URLMatcherPortFilter( function in class:url_matcher::URLMatcherPortFilter
687 const std::vector<URLMatcherPortFilter::Range>& ranges)
690 URLMatcherPortFilter::~URLMatcherPortFilter() {}
692 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
703 URLMatcherPortFilter::Range URLMatcherPortFilter::CreateRange(int from,
709 URLMatcherPortFilter
[all...]
H A Durl_matcher.h285 class URL_MATCHER_EXPORT URLMatcherPortFilter { class in namespace:url_matcher
289 explicit URLMatcherPortFilter(const std::vector<Range>& ranges);
290 ~URLMatcherPortFilter();
301 DISALLOW_COPY_AND_ASSIGN(URLMatcherPortFilter);
322 scoped_ptr<URLMatcherPortFilter> port_filter);
332 scoped_ptr<URLMatcherPortFilter> port_filter);
352 scoped_ptr<URLMatcherPortFilter> port_filter_;

Completed in 354 milliseconds