ContentRule 73 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc std::set<ContentRule*> matching_rules = GetMatches(renderer_data); ContentRule 77 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc std::set<ContentRule*>& prev_matching_rules = active_rules_[tab_id]; ContentRule 81 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc for (std::set<ContentRule*>::const_iterator it = matching_rules.begin(); ContentRule 86 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc for (std::set<ContentRule*>::const_iterator it = prev_matching_rules.begin(); ContentRule 117 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc std::set<ContentRule*> ContentRule 120 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc std::set<ContentRule*> result; ContentRule 131 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule* rule = rule_iter->second; ContentRule 154 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule::GlobalRuleId rule_id(extension_id, *(*rule)->id); ContentRule 157 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc scoped_ptr<ContentRule> content_rule( ContentRule 158 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule::Create(url_matcher_.condition_factory(), ContentRule 162 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule::ConsistencyChecker(), ContentRule 210 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule::GlobalRuleId rule_id(extension_id, *i); ContentRule 219 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule* rule = content_rules_entry->second.get(); ContentRule 228 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc for (std::map<int, std::set<ContentRule*> >::iterator ContentRule 263 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc const ContentRule::GlobalRuleId& global_rule_id = i->first; ContentRule 275 chrome/browser/extensions/api/declarative_content/content_rules_registry.cc ContentRule& rule = *i->second; ContentRule 107 chrome/browser/extensions/api/declarative_content/content_rules_registry.h std::set<ContentRule*> ContentRule 119 chrome/browser/extensions/api/declarative_content/content_rules_registry.h typedef std::map<url_matcher::URLMatcherConditionSet::ID, ContentRule*> ContentRule 121 chrome/browser/extensions/api/declarative_content/content_rules_registry.h typedef std::map<ContentRule::GlobalRuleId, linked_ptr<ContentRule> > ContentRule 132 chrome/browser/extensions/api/declarative_content/content_rules_registry.h std::map<int, std::set<ContentRule*> > active_rules_; ContentRule 29 chrome/browser/extensions/api/declarative_content/content_rules_registry_unittest.cc static const std::map<int, std::set<ContentRule*> >& active_rules(