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

  /external/chromium_org/chrome/common/extensions/permissions/
socket_permission_data.h 62 const bool& match_subdomains() const { return match_subdomains_; } function in class:extensions::SocketPermissionData
67 bool& match_subdomains();
socket_permission_data.cc 199 bool& SocketPermissionData::match_subdomains() { function in class:extensions::SocketPermissionData
permission_set.cc 338 (host->match_subdomains() && host->host().empty()))
403 if (i->match_subdomains())
  /external/chromium_org/chrome/browser/policy/
url_blacklist_manager.cc 78 FilterComponents() : port(0), match_subdomains(true), allow(true) {}
85 bool match_subdomains; member in struct:policy::URLBlacklist::FilterComponents
107 &components.match_subdomains, &components.port,
115 components.host, components.match_subdomains,
159 bool* match_subdomains,
171 *match_subdomains = true;
195 *match_subdomains = true;
200 *match_subdomains = false;
210 *match_subdomains = true;
212 *match_subdomains = false
    [all...]
url_blacklist_manager.h 68 // |match_subdomains| specifies whether the filter should include subdomains
75 bool* match_subdomains,
87 bool match_subdomains,
url_blacklist_manager_unittest.cc 112 const std::string& host, bool match_subdomains, uint16 port,
115 match_subdomains_(match_subdomains), port_(port), path_(path) {}
135 bool match_subdomains() const { return match_subdomains_; } function in struct:policy::__anon7931::FilterTestParams
169 bool match_subdomains = true; local
174 &match_subdomains, &port, &path);
177 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
  /external/chromium/chrome/common/extensions/
url_pattern_unittest.cc 91 EXPECT_TRUE(pattern.match_subdomains());
108 EXPECT_TRUE(pattern.match_subdomains());
125 EXPECT_TRUE(pattern.match_subdomains());
142 EXPECT_FALSE(pattern.match_subdomains());
156 EXPECT_FALSE(pattern.match_subdomains());
170 EXPECT_TRUE(pattern.match_subdomains());
187 EXPECT_TRUE(pattern.match_subdomains());
203 EXPECT_FALSE(pattern.match_subdomains());
221 EXPECT_TRUE(pattern.match_subdomains());
238 EXPECT_TRUE(pattern.match_subdomains());
    [all...]
url_pattern.h 146 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
extension.cc 569 if (host_patterns[i].match_subdomains())
    [all...]
  /external/chromium_org/extensions/common/
url_pattern_unittest.cc 92 EXPECT_TRUE(pattern.match_subdomains());
108 EXPECT_TRUE(pattern.match_subdomains());
126 EXPECT_TRUE(pattern.match_subdomains());
146 EXPECT_FALSE(pattern.match_subdomains());
159 EXPECT_FALSE(pattern.match_subdomains());
172 EXPECT_TRUE(pattern.match_subdomains());
188 EXPECT_TRUE(pattern.match_subdomains());
203 EXPECT_FALSE(pattern.match_subdomains());
220 EXPECT_TRUE(pattern.match_subdomains());
239 EXPECT_TRUE(pattern.match_subdomains());
    [all...]
url_pattern.h 109 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_url_filter.cc 85 bool match_subdomains = true; local
87 pattern, &scheme, &host, &match_subdomains, &port, &path)) {
95 scheme, host, match_subdomains, port, path);
  /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/common/extensions/manifest_handlers/
externally_connectable.cc 147 if (registry_length == 0 && pattern.match_subdomains()) {
  /external/chromium_org/chrome/common/extensions/
extension_messages.h 168 IPC_STRUCT_TRAITS_MEMBER(match_subdomains())
  /external/chromium_org/chrome/renderer/extensions/
user_script_slave.cc 118 i->match_subdomains());
dispatcher.cc     [all...]

Completed in 549 milliseconds