Searched refs:RemoveRulesImpl (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/extensions/browser/api/declarative/
H A Dtest_rules_registry.cc38 std::string TestRulesRegistry::RemoveRulesImpl( function in class:extensions::TestRulesRegistry
H A Dtest_rules_registry.h29 virtual std::string RemoveRulesImpl(
36 // AddRulesImpl, RemoveRulesImpl and RemoveAllRulesImpl.
H A Drules_registry.h174 virtual std::string RemoveRulesImpl(
H A Drules_registry.cc142 std::string error = RemoveRulesImpl(extension_id, rule_identifiers);
/external/chromium_org/chrome/browser/extensions/api/declarative_content/
H A Dchrome_content_rules_registry.h87 virtual std::string RemoveRulesImpl(
H A Dchrome_content_rules_registry.cc218 std::string ChromeContentRulesRegistry::RemoveRulesImpl( function in class:extensions::ChromeContentRulesRegistry
287 return RemoveRulesImpl(extension_id, rule_identifiers);
/external/chromium_org/extensions/browser/api/declarative_webrequest/
H A Dwebrequest_rules_registry.h101 virtual std::string RemoveRulesImpl(
159 // Helper for RemoveRulesImpl and RemoveAllRulesImpl. Call this before
H A Dwebrequest_rules_registry.cc242 std::string WebRequestRulesRegistry::RemoveRulesImpl( function in class:extensions::WebRequestRulesRegistry
/external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
H A Dwebrequest_rules_registry_unittest.cc310 TEST_F(WebRequestRulesRegistryTest, RemoveRulesImpl) {

Completed in 146 milliseconds