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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_service.h 46 struct RulesRegistryKey {
49 RulesRegistryKey(const std::string event_name,
53 bool operator<(const RulesRegistryKey& other) const {
104 typedef std::map<RulesRegistryKey, scoped_refptr<RulesRegistry> >
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 461 RulesRegistryKey;
464 std::map<RulesRegistryKey,

Completed in 498 milliseconds