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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_api.cc 22 namespace RemoveRules = extensions::api::events::Event::RemoveRules;
81 scoped_ptr<RemoveRules::Params> params(RemoveRules::Params::Create(*args_));
85 error_ = rules_registry_->RemoveRules(extension_id(),
rules_registry.h 65 virtual std::string RemoveRules(
initializing_rules_registry.h 30 virtual std::string RemoveRules(
initializing_rules_registry.cc 35 std::string InitializingRulesRegistry::RemoveRules(
38 std::string error = delegate_->RemoveRules(extension_id, rule_identifiers);
rules_registry_with_cache.h 145 virtual std::string RemoveRules(
rules_registry_with_cache_unittest.cc 65 return registry_->RemoveRules(extension_id, remove_rules);
109 TEST_F(RulesRegistryWithCacheTest, RemoveRules) {
initializing_rules_registry_unittest.cc 75 error = registry->RemoveRules(kExtensionId, remove_rules_3);
rules_registry_with_cache.cc 138 std::string RulesRegistryWithCache::RemoveRules(
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry_unittest.cc 324 error = registry->RemoveRules(kExtensionId, rules_to_remove);
337 error = registry->RemoveRules(kExtensionId, rules_to_remove);
    [all...]

Completed in 82 milliseconds