Home
last modified time | relevance | path

Searched refs:match_subdomains (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/common/extensions/
Durl_pattern_unittest.cc91 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
108 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
125 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
142 EXPECT_FALSE(pattern.match_subdomains()); in TEST()
156 EXPECT_FALSE(pattern.match_subdomains()); in TEST()
170 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
187 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
203 EXPECT_FALSE(pattern.match_subdomains()); in TEST()
221 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
238 EXPECT_TRUE(pattern.match_subdomains()); in TEST()
[all …]
Durl_pattern.h146 bool match_subdomains() const { return match_subdomains_; } in match_subdomains() function
Dextension.cc569 if (host_patterns[i].match_subdomains()) in GetDistinctHosts()
2826 (host->match_subdomains() && host->host().empty())) in HasEffectiveAccessToAllHosts()