Home
last modified time | relevance | path

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

/external/chromium/chrome/common/extensions/
Durl_pattern_unittest.cc92 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
109 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
126 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
143 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
157 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
171 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
188 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
204 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
222 EXPECT_FALSE(pattern.match_all_urls()); in TEST()
239 EXPECT_TRUE(pattern.match_all_urls()); in TEST()
[all …]
Durl_pattern.h155 bool match_all_urls() const { return match_all_urls_; } in match_all_urls() function
Dextension.cc1214 if (pattern.match_all_urls()) { in LoadExtent()
2663 if (!pattern.match_all_urls() && in CanSpecifyHostPermission()
2825 if (host->match_all_urls() || in HasEffectiveAccessToAllHosts()