HomeSort by relevance Sort by last modified time
    Searched refs:RulesDictionaryKey (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.cc 106 RulesDictionaryKey key(extension_id, rule_id);
120 RulesDictionaryKey key(extension_id, rule_id);
154 RulesDictionaryKey lookup_key(extension_id, *i);
180 const RulesDictionaryKey& key = i->first;
197 RulesDictionaryKey lookup_key(extension_id, *i);
210 const RulesDictionaryKey& key = i->first;
rules_registry.h 184 typedef std::pair<ExtensionId, RuleId> RulesDictionaryKey;
185 typedef std::map<RulesDictionaryKey, linked_ptr<RulesRegistry::Rule> >

Completed in 95 milliseconds