Home
last modified time | relevance | path

Searched refs:RemoveAllRulesImpl (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/declarative/
Dtest_rules_registry.cc44 std::string TestRulesRegistry::RemoveAllRulesImpl( in RemoveAllRulesImpl() function in extensions::TestRulesRegistry
Dtest_rules_registry.h32 virtual std::string RemoveAllRulesImpl(
Drules_registry.cc177 std::string error = RemoveAllRulesImpl(extension_id); in RemoveAllRulesNoStoreUpdate()
222 std::string error = RemoveAllRulesImpl(extension_id); in OnExtensionUnloaded()
Drules_registry.h177 virtual std::string RemoveAllRulesImpl(
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
Dcontent_rules_registry.h86 virtual std::string RemoveAllRulesImpl(
Dcontent_rules_registry.cc257 std::string ContentRulesRegistry::RemoveAllRulesImpl( in RemoveAllRulesImpl() function in extensions::ContentRulesRegistry
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
Dwebrequest_rules_registry.h101 virtual std::string RemoveAllRulesImpl(
Dwebrequest_rules_registry.cc274 std::string WebRequestRulesRegistry::RemoveAllRulesImpl( in RemoveAllRulesImpl() function in extensions::WebRequestRulesRegistry
Dwebrequest_rules_registry_unittest.cc357 TEST_F(WebRequestRulesRegistryTest, RemoveAllRulesImpl) { in TEST_F() argument