Searched refs:match_subdomains (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/components/policy/core/browser/
H A Durl_blacklist_manager.cc129 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
234 FilterToComponents(SegmentURLCallback segment_url, const std::string& filter, std::string* scheme, std::string* host, bool* match_subdomains, uint16* port, std::string* path, std::string* query) argument
326 CreateConditionSet( URLMatcher* url_matcher, int id, const std::string& scheme, const std::string& host, bool match_subdomains, uint16 port, const std::string& path, const std::string& query, bool allow) argument
[all...]
H A Durl_blacklist_manager.h75 // |match_subdomains| specifies whether the filter should include subdomains
84 bool* match_subdomains,
98 bool match_subdomains,
/external/chromium_org/extensions/common/
H A Durl_pattern_unittest.cc102 EXPECT_TRUE(pattern.match_subdomains());
118 EXPECT_TRUE(pattern.match_subdomains());
136 EXPECT_TRUE(pattern.match_subdomains());
156 EXPECT_FALSE(pattern.match_subdomains());
169 EXPECT_FALSE(pattern.match_subdomains());
182 EXPECT_TRUE(pattern.match_subdomains());
198 EXPECT_TRUE(pattern.match_subdomains());
213 EXPECT_FALSE(pattern.match_subdomains());
230 EXPECT_TRUE(pattern.match_subdomains());
249 EXPECT_TRUE(pattern.match_subdomains());
[all...]
H A Durl_pattern.h115 bool match_subdomains() const { return match_subdomains_; } function in class:URLPattern
H A Durl_pattern_set.cc189 (host->match_subdomains() && host->host().empty()))
/external/chromium_org/extensions/common/permissions/
H A Dsocket_permission_entry.h67 bool match_subdomains() const { return match_subdomains_; } function in class:extensions::SocketPermissionEntry
H A Dpermission_message_util.cc108 if (i->match_subdomains())
H A Dsocket_permission_entry.cc207 if (match_subdomains()) {
/external/chromium_org/chrome/browser/extensions/api/content_settings/
H A Dcontent_settings_helpers.cc73 if (url_pattern.match_subdomains())
/external/chromium_org/chrome/browser/extensions/api/messaging/
H A Dnative_messaging_host_manifest.cc126 if (pattern.match_all_urls() || pattern.match_subdomains()) {
/external/chromium_org/chrome/browser/policy/
H A Durl_blacklist_manager_unittest.cc118 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::__anon4419::FilterTestParams
175 bool match_subdomains = true; local
183 &match_subdomains,
189 EXPECT_EQ(GetParam().match_subdomains(), match_subdomains);
117 FilterTestParams(const std::string& filter, const std::string& scheme, const std::string& host, bool match_subdomains, uint16 port, const std::string& path) argument
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_url_filter.cc94 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/manifest_handlers/
H A Dexternally_connectable.cc158 if (registry_length == 0 && pattern.match_subdomains()) {
/external/chromium_org/extensions/renderer/
H A Ddispatcher.cc1039 pattern->match_subdomains());
1050 pattern->match_subdomains());

Completed in 1560 milliseconds