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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.h 69 // Same as RemoveAllRules but acts on all rules owned by |extension_id|.
70 virtual std::string RemoveAllRules(const std::string& extension_id) = 0;
initializing_rules_registry.h 33 virtual std::string RemoveAllRules(
rules_registry_with_cache_unittest.cc 133 TEST_F(RulesRegistryWithCacheTest, RemoveAllRules) {
144 EXPECT_EQ("Error", registry_->RemoveAllRules(extension_id));
149 EXPECT_EQ("", registry_->RemoveAllRules(extension_id));
declarative_api.cc 88 error_ = rules_registry_->RemoveAllRules(extension_id());
initializing_rules_registry.cc 45 std::string InitializingRulesRegistry::RemoveAllRules(
47 std::string error = delegate_->RemoveAllRules(extension_id);
rules_registry_with_cache.h 148 virtual std::string RemoveAllRules(
initializing_rules_registry_unittest.cc 101 error = registry->RemoveAllRules(kExtensionId);
rules_registry_with_cache.cc 159 std::string RulesRegistryWithCache::RemoveAllRules(
214 std::string error = RemoveAllRules(extension_id);
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 376 error = registry->RemoveAllRules(kExtensionId);
389 error = registry->RemoveAllRules(kExtensionId);
394 error = registry->RemoveAllRules(kExtensionId2);
    [all...]

Completed in 140 milliseconds