HomeSort by relevance Sort by last modified time
    Searched defs:match_subdomains (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.h 67 bool match_subdomains() const { return match_subdomains_; } function in class:extensions::SocketPermissionEntry
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 118 const std::string& host, bool match_subdomains, uint16 port,
121 match_subdomains_(match_subdomains), port_(port), path_(path) {}
141 bool match_subdomains() const { return match_subdomains_; } function in struct:policy::__anon9044::FilterTestParams
175 bool match_subdomains = true; local
183 &match_subdomains,
189 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 94 bool match_subdomains = true; local
99 &scheme, &host, &match_subdomains, &port, &path, &query)) {
107 scheme, host, match_subdomains, port, path, query, true);
  /external/chromium_org/extensions/common/
url_pattern.h 115 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 129 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
136 match_subdomains;
145 bool match_subdomains; member in struct:policy::URLBlacklist::FilterComponents
168 &components.match_subdomains,
181 components.match_subdomains,
238 bool* match_subdomains,
251 *match_subdomains = true;
275 *match_subdomains = true;
280 *match_subdomains = false;
290 *match_subdomains = true
    [all...]

Completed in 97 milliseconds