Home
last modified time | relevance | path

Searched refs:MatchesAllURLs (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/extensions/common/manifest_handlers/
Dexternally_connectable_unittest.cc256 EXPECT_FALSE(info->matches.MatchesAllURLs()); in TEST_F()
267 EXPECT_FALSE(info->matches.MatchesAllURLs()); in TEST_F()
274 EXPECT_TRUE(info->matches.MatchesAllURLs()); in TEST_F()
/external/chromium_org/extensions/common/
Durl_pattern_set.h86 bool MatchesAllURLs() const;
Durl_pattern_set.cc186 bool URLPatternSet::MatchesAllURLs() const { in MatchesAllURLs() function in extensions::URLPatternSet
/external/chromium_org/extensions/common/permissions/
Dpermission_set.cc217 if (effective_hosts().MatchesAllURLs()) in HasEffectiveAccessToAllHosts()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dautomation.cc90 } else if (automation_info_->matches.MatchesAllURLs()) { in GetMessages()