Searched refs:pattern_set (Results 1 – 5 of 5) sorted by relevance
36 const URLPatternSet& pattern_set = in GetHostPermissions() local41 for (URLPatternSet::const_iterator perm = pattern_set.begin(); in GetHostPermissions()42 perm != pattern_set.end(); in GetHostPermissions()
281 const std::set<base::string16>& pattern_set) { in IsStringMatchedInSet() argument282 std::set<base::string16>::const_iterator pattern(pattern_set.begin()); in IsStringMatchedInSet()283 while (pattern != pattern_set.end()) { in IsStringMatchedInSet()
139 const std::set<base::string16>& pattern_set);
177 bool Extension::ResourceMatches(const URLPatternSet& pattern_set, in ResourceMatches() argument179 return pattern_set.MatchesURL(extension_url_.Resolve(resource)); in ResourceMatches()
221 bool ResourceMatches(const URLPatternSet& pattern_set,