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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
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);

Completed in 245 milliseconds