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

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

Completed in 101 milliseconds