Searched refs:match_subdomains (Results 1 – 3 of 3) sorted by relevance
91 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 …]
146 bool match_subdomains() const { return match_subdomains_; } in match_subdomains() function
569 if (host_patterns[i].match_subdomains()) in GetDistinctHosts()2826 (host->match_subdomains() && host->host().empty())) in HasEffectiveAccessToAllHosts()