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

  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.h 92 struct FilterComponents;
95 static bool FilterTakesPrecedence(const FilterComponents& lhs,
96 const FilterComponents& rhs);
99 std::map<extensions::URLMatcherConditionSet::ID, FilterComponents> filters_;
url_blacklist_manager.cc 77 struct URLBlacklist::FilterComponents {
78 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
79 ~FilterComponents() {}
104 FilterComponents components;
134 const FilterComponents* max = NULL;
137 std::map<int, FilterComponents>::const_iterator it = filters_.find(*id);
139 const FilterComponents& filter = it->second;
271 bool URLBlacklist::FilterTakesPrecedence(const FilterComponents& lhs,
272 const FilterComponents& rhs) {

Completed in 184 milliseconds