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

  /external/chromium_org/components/policy/core/browser/
url_blacklist_manager.cc 104 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
113 bool match_subdomains; member in struct:policy::URLBlacklist::FilterComponents
136 &components.match_subdomains,
149 components.match_subdomains,
200 bool* match_subdomains,
213 *match_subdomains = true;
237 *match_subdomains = true;
242 *match_subdomains = false;
252 *match_subdomains = true;
254 *match_subdomains = false
    [all...]
url_blacklist_manager.h 75 // |match_subdomains| specifies whether the filter should include subdomains
84 bool* match_subdomains,
98 bool match_subdomains,
  /external/chromium_org/extensions/common/permissions/
socket_permission_entry.h 67 bool match_subdomains() const { return match_subdomains_; } function in class:extensions::SocketPermissionEntry
permission_message_util.cc 111 if (i->match_subdomains())
permission_set.cc 222 (host->match_subdomains() && host->host().empty()))
282 if (!iter->match_subdomains())
socket_permission_entry.cc 207 if (match_subdomains()) {
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 101 EXPECT_TRUE(pattern.match_subdomains());
117 EXPECT_TRUE(pattern.match_subdomains());
135 EXPECT_TRUE(pattern.match_subdomains());
155 EXPECT_FALSE(pattern.match_subdomains());
168 EXPECT_FALSE(pattern.match_subdomains());
181 EXPECT_TRUE(pattern.match_subdomains());
197 EXPECT_TRUE(pattern.match_subdomains());
212 EXPECT_FALSE(pattern.match_subdomains());
229 EXPECT_TRUE(pattern.match_subdomains());
248 EXPECT_TRUE(pattern.match_subdomains());
    [all...]
url_pattern.h 114 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
  /external/chromium_org/chrome/browser/extensions/api/content_settings/
content_settings_helpers.cc 73 if (url_pattern.match_subdomains())
  /external/chromium_org/chrome/browser/extensions/api/messaging/
native_messaging_host_manifest.cc 126 if (pattern.match_all_urls() || pattern.match_subdomains()) {
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager_unittest.cc 117 const std::string& host, bool match_subdomains, uint16 port,
120 match_subdomains_(match_subdomains), port_(port), path_(path) {}
140 bool match_subdomains() const { return match_subdomains_; } function in struct:policy::__anon8984::FilterTestParams
174 bool match_subdomains = true; local
182 &match_subdomains,
188 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_url_filter.cc 93 bool match_subdomains = true; local
98 &scheme, &host, &match_subdomains, &port, &path, &query)) {
106 scheme, host, match_subdomains, port, path, query, true);
  /external/chromium_org/extensions/common/manifest_handlers/
externally_connectable.cc 149 if (registry_length == 0 && pattern.match_subdomains()) {
  /external/chromium_org/extensions/renderer/
dispatcher.cc 831 i->match_subdomains());
    [all...]

Completed in 349 milliseconds