Searched refs:port_filter (Results 1 – 3 of 3) sorted by relevance
258 scoped_ptr<URLMatcherPortFilter> port_filter; in CreateConditionSet() local262 port_filter.reset(new URLMatcherPortFilter(ranges)); in CreateConditionSet()266 scheme_filter.Pass(), port_filter.Pass()); in CreateConditionSet()
269 scoped_ptr<URLMatcherPortFilter> port_filter);
602 scoped_ptr<URLMatcherPortFilter> port_filter) in URLMatcherConditionSet() argument606 port_filter_(port_filter.Pass()) {} in URLMatcherConditionSet()