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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry_with_cache_unittest.cc 156 TEST_F(RulesRegistryWithCacheTest, RemoveAllRules) {
167 EXPECT_EQ("Error", registry_->RemoveAllRules(extension1_->id()));
172 EXPECT_EQ("", registry_->RemoveAllRules(extension1_->id()));
declarative_api.cc 132 error_ = rules_registry_->RemoveAllRules(extension_id());
rules_registry.h 107 // Same as RemoveAllRules but acts on all rules owned by |extension_id|.
108 std::string RemoveAllRules(const std::string& extension_id);
213 // This method implements the functionality of RemoveAllRules, except for not
rules_registry_unittest.cc 96 error = registry->RemoveAllRules(kExtensionId);
rules_registry.cc 167 std::string RulesRegistry::RemoveAllRules(const std::string& extension_id) {
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 383 error = registry->RemoveAllRules(kExtensionId);
396 error = registry->RemoveAllRules(kExtensionId);
401 error = registry->RemoveAllRules(kExtensionId2);
    [all...]

Completed in 390 milliseconds