Home
last modified time | relevance | path

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

/external/chromium_org/components/policy/core/browser/
Durl_blacklist_manager.cc103 struct URLBlacklist::FilterComponents { struct in policy::URLBlacklist
104 FilterComponents() : port(0), match_subdomains(true), allow(true) {} in FilterComponents() argument
105 ~FilterComponents() {} in ~FilterComponents()
107 std::string scheme;
108 std::string host;
109 uint16 port;
110 std::string path;
111 std::string query;
112 int number_of_key_value_pairs;
113 bool match_subdomains;
[all …]