Searched refs:caches_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/extensions/browser/api/storage/
H A Dstorage_frontend.cc94 caches_[settings_namespace::LOCAL] =
100 browser_context_, factory, observers_, &caches_);
106 for (CacheMap::iterator it = caches_.begin(); it != caches_.end(); ++it) {
115 CacheMap::const_iterator it = caches_.find(settings_namespace);
116 if (it != caches_.end())
123 return caches_.find(settings_namespace) != caches_.end();
133 ValueStoreCache* cache = caches_[settings_namespace];
144 for (CacheMap::iterator it = caches_
[all...]
H A Dstorage_frontend.h92 CacheMap caches_; member in class:extensions::StorageFrontend
/external/chromium_org/content/browser/appcache/
H A Dappcache_working_set.cc17 DCHECK(caches_.empty());
26 caches_.clear();
37 DCHECK(caches_.find(cache_id) == caches_.end());
38 caches_.insert(CacheMap::value_type(cache_id, cache));
42 caches_.erase(cache->cache_id());
H A Dappcache_working_set.h35 CacheMap::iterator it = caches_.find(id);
36 return (it != caches_.end()) ? it->second : NULL;
67 CacheMap caches_; member in class:content::AppCacheWorkingSet

Completed in 550 milliseconds