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

  /external/chromium_org/components/url_matcher/
url_matcher.cc 556 // URLMatcherPortFilter
559 URLMatcherPortFilter::URLMatcherPortFilter(
560 const std::vector<URLMatcherPortFilter::Range>& ranges)
563 URLMatcherPortFilter::~URLMatcherPortFilter() {}
565 bool URLMatcherPortFilter::IsMatch(const GURL& url) const {
576 URLMatcherPortFilter::Range URLMatcherPortFilter::CreateRange(int from,
582 URLMatcherPortFilter::Range URLMatcherPortFilter::CreateRange(int port)
    [all...]
url_matcher.h 233 class URL_MATCHER_EXPORT URLMatcherPortFilter {
237 explicit URLMatcherPortFilter(const std::vector<Range>& ranges);
238 ~URLMatcherPortFilter();
249 DISALLOW_COPY_AND_ASSIGN(URLMatcherPortFilter);
269 scoped_ptr<URLMatcherPortFilter> port_filter);
283 scoped_ptr<URLMatcherPortFilter> port_filter_;

Completed in 35 milliseconds