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

  /external/chromium_org/chrome/browser/extensions/api/declarative/
rules_registry.h 135 return cache_delegate_.get();
190 // ProcessChangedRules can never be called, |cache_delegate_| is NULL.
244 // The factory needs to be declared before |cache_delegate_|, so that it can
245 // produce a pointer as a construction argument for |cache_delegate_|.
248 // |cache_delegate_| is owned by the registry service. If |cache_delegate_| is
250 // This registry cannot own |cache_delegate_| because during the time after
252 // destroyed on its thread, the use of the |cache_delegate_| would not be
255 base::WeakPtr<RulesCacheDelegate> cache_delegate_; member in class:extensions::RulesRegistry
rules_registry_with_cache_unittest.cc 39 : cache_delegate_(/*log_storage_init_delay=*/false),
43 &cache_delegate_,
104 RulesCacheDelegate cache_delegate_; member in class:extensions::RulesRegistryWithCacheTest
rules_registry.cc 89 cache_delegate_ = cache_delegate->GetWeakPtr();
290 cache_delegate_,

Completed in 3305 milliseconds