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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
test_rules_registry.cc 13 : RulesRegistryWithCache(NULL /*profile*/,
23 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)
24 : RulesRegistryWithCache(profile,
test_rules_registry.h 13 class TestRulesRegistry : public RulesRegistryWithCache {
21 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
23 // RulesRegistryWithCache implementation:
42 // RulesRegistryWithCache. Defaults to "".
rules_registry_with_cache.cc 75 // RulesRegistryWithCache
77 RulesRegistryWithCache::RulesRegistryWithCache(
107 std::string RulesRegistryWithCache::AddRules(
138 std::string RulesRegistryWithCache::RemoveRules(
159 std::string RulesRegistryWithCache::RemoveAllRules(
181 std::string RulesRegistryWithCache::GetRules(
197 std::string RulesRegistryWithCache::GetAllRules(
211 void RulesRegistryWithCache::OnExtensionUnloaded(
219 RulesRegistryWithCache::~RulesRegistryWithCache()
    [all...]
rules_registry_with_cache.h 36 class RulesRegistryWithCache : public RulesRegistry {
53 base::WeakPtr<RulesRegistryWithCache> registry,
112 const base::WeakPtr<RulesRegistryWithCache> registry_;
131 RulesRegistryWithCache(Profile* profile,
160 virtual ~RulesRegistryWithCache();
213 base::WeakPtrFactory<RulesRegistryWithCache> weak_ptr_factory_;
225 DISALLOW_COPY_AND_ASSIGN(RulesRegistryWithCache);
rules_registry_service.h 98 ScopedVector<RulesRegistryWithCache::RuleStorageOnUI> ui_parts_of_registries_;
rules_registry_with_cache_unittest.cc 8 // implementation of RulesRegistryWithCache as a proxy for
9 // RulesRegistryWithCache.
214 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI> ui_part;
215 scoped_refptr<RulesRegistryWithCache> registry(new TestRulesRegistry(
224 RulesRegistryWithCache::RuleStorageOnUI::kRulesStoredKey,
230 RulesRegistryWithCache::RuleStorageOnUI::kRulesStoredKey,
rules_registry_service.cc 48 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI> ui_part;
  /external/chromium_org/chrome/browser/extensions/api/declarative_content/
content_rules_registry.h 62 class ContentRulesRegistry : public RulesRegistryWithCache,
69 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
81 // Implementation of RulesRegistryWithCache:
content_rules_registry.cc 25 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)
26 : RulesRegistryWithCache((ui_part ? profile : NULL),
  /external/chromium_org/chrome/browser/extensions/api/declarative_webrequest/
webrequest_rules_registry.h 74 class WebRequestRulesRegistry : public RulesRegistryWithCache {
80 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part);
94 // Implementation of RulesRegistryWithCache:
webrequest_rules_registry.cc 39 scoped_ptr<RulesRegistryWithCache::RuleStorageOnUI>* ui_part)
40 : RulesRegistryWithCache((ui_part ? profile : NULL),

Completed in 65 milliseconds