Home
last modified time | relevance | path

Searched refs:port_filter (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/policy/
Durl_blacklist_manager.cc258 scoped_ptr<URLMatcherPortFilter> port_filter; in CreateConditionSet() local
262 port_filter.reset(new URLMatcherPortFilter(ranges)); in CreateConditionSet()
266 scheme_filter.Pass(), port_filter.Pass()); in CreateConditionSet()
/external/chromium_org/components/url_matcher/
Durl_matcher.h269 scoped_ptr<URLMatcherPortFilter> port_filter);
Durl_matcher.cc602 scoped_ptr<URLMatcherPortFilter> port_filter) in URLMatcherConditionSet() argument
606 port_filter_(port_filter.Pass()) {} in URLMatcherConditionSet()