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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.h 32 virtual std::string RemoveAllRulesImpl(
36 // AddRulesImpl, RemoveRulesImpl and RemoveAllRulesImpl.
test_rules_registry.cc 44 std::string TestRulesRegistry::RemoveAllRulesImpl(
rules_registry.cc 173 std::string error = RemoveAllRulesImpl(extension_id);
218 std::string error = RemoveAllRulesImpl(extension_id);
rules_registry.h 175 virtual std::string RemoveAllRulesImpl(
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 86 virtual std::string RemoveAllRulesImpl(
content_rules_registry.cc 257 std::string ContentRulesRegistry::RemoveAllRulesImpl(
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 101 virtual std::string RemoveAllRulesImpl(
156 // Helper for RemoveRulesImpl and RemoveAllRulesImpl. Call this before
webrequest_rules_registry.cc 275 std::string WebRequestRulesRegistry::RemoveAllRulesImpl(
webrequest_rules_registry_unittest.cc 356 TEST_F(WebRequestRulesRegistryTest, RemoveAllRulesImpl) {
    [all...]

Completed in 1920 milliseconds