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

/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.cc128 struct URLBlacklist::FilterComponents { struct in class:policy::URLBlacklist
129 FilterComponents() : port(0), match_subdomains(true), allow(true) {} function in struct:policy::URLBlacklist::FilterComponents
130 ~FilterComponents() {}
162 FilterComponents components;
206 const FilterComponents* max = NULL;
209 std::map<int, FilterComponents>::const_iterator it = filters_.find(*id);
211 const FilterComponents& filter = it->second;
368 bool URLBlacklist::FilterTakesPrecedence(const FilterComponents& lhs,
369 const FilterComponents& rhs) {

Completed in 59 milliseconds