HomeSort by relevance Sort by last modified time
    Searched refs:RulesRegistryKey (Results 1 - 4 of 4) 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> >
rules_registry_service.cc 65 RulesRegistryKey key(declarative_webrequest_constants::kOnRequest,
137 RulesRegistryKey key(event_name, rule_registry->webview_key());
147 RulesRegistryKey key(event_name, webview_key);
157 std::set<RulesRegistryKey> registries_to_delete;
160 const RulesRegistryKey& key = it->first;
175 for (std::set<RulesRegistryKey>::iterator it = registries_to_delete.begin();
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api.h 461 RulesRegistryKey;
464 std::map<RulesRegistryKey,
web_request_api.cc 711 RulesRegistryKey key(profile, webview_key);
    [all...]

Completed in 48 milliseconds