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_with_cache.h 176 typedef std::pair<ExtensionId, RuleId> RulesDictionaryKey;
177 typedef std::map<RulesDictionaryKey, linked_ptr<RulesRegistry::Rule> >
rules_registry_with_cache.cc 116 RulesDictionaryKey key(extension_id, rule_id);
130 RulesDictionaryKey key(extension_id, rule_id);
151 RulesDictionaryKey lookup_key(extension_id, *i);
171 const RulesDictionaryKey& key = i->first;
189 RulesDictionaryKey lookup_key(extension_id, *i);
204 const RulesDictionaryKey& key = i->first;

Completed in 27 milliseconds