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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.cc 36 std::string TestRulesRegistry::RemoveRulesImpl(
test_rules_registry.h 27 virtual std::string RemoveRulesImpl(
34 // AddRulesImpl, RemoveRulesImpl and RemoveAllRulesImpl.
rules_registry_with_cache.h 167 virtual std::string RemoveRulesImpl(
rules_registry_with_cache.cc 143 std::string error = RemoveRulesImpl(extension_id, rule_identifiers);
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 85 virtual std::string RemoveRulesImpl(
content_rules_registry.cc 196 std::string ContentRulesRegistry::RemoveRulesImpl(
252 return RemoveRulesImpl(extension_id, rule_identifiers);
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 98 virtual std::string RemoveRulesImpl(
155 // Helper for RemoveRulesImpl and RemoveAllRulesImpl. Call this before