/external/chromium_org/chrome/browser/extensions/updater/ |
D | local_extension_cache.h | 99 typedef std::map<std::string, CacheItemInfo> CacheMap; typedef 139 CacheMap* cache_content); 143 void OnCacheContentsChecked(scoped_ptr<CacheMap> cache_content, 173 static bool CompareCacheItemsAge(const CacheMap::iterator& lhs, 174 const CacheMap::iterator& rhs); 196 CacheMap cached_extensions_;
|
D | local_extension_cache.cc | 77 CacheMap::iterator it = cached_extensions_.find(id); in GetExtension() 114 CacheMap::iterator it = cached_extensions_.find(id); in PutExtension() 142 CacheMap::iterator it = cached_extensions_.find(id); in RemoveExtension() 161 for (CacheMap::iterator it = cached_extensions_.begin(); in GetStatistics() 249 scoped_ptr<CacheMap> cache_content(new CacheMap); in BackendCheckCacheContents() 263 CacheMap* cache_content) { in BackendCheckCacheContentsInternal() 328 CacheMap::iterator it = cache_content->find(id); in BackendCheckCacheContentsInternal() 353 scoped_ptr<CacheMap> cache_content, in OnCacheContentsChecked() 420 CacheMap::iterator it = cached_extensions_.find(id); in OnCacheEntryInstalled() 456 bool LocalExtensionCache::CompareCacheItemsAge(const CacheMap::iterator& lhs, in CompareCacheItemsAge() [all …]
|
/external/chromium_org/webkit/browser/appcache/ |
D | appcache_working_set.h | 35 CacheMap::iterator it = caches_.find(id); in GetCache() 58 typedef base::hash_map<int64, AppCache*> CacheMap; typedef 67 CacheMap caches_;
|
D | appcache_working_set.cc | 38 caches_.insert(CacheMap::value_type(cache_id, cache)); in AddCache()
|
/external/chromium_org/content/browser/geolocation/ |
D | network_location_provider.h | 62 typedef std::map<base::string16, Geoposition> CacheMap; typedef 63 CacheMap cache_; 64 typedef std::list<CacheMap::iterator> CacheAgeList;
|
D | network_location_provider.cc | 44 std::pair<CacheMap::iterator, bool> result = in CachePosition() 64 CacheMap::const_iterator iter = cache_.find(key); in FindPosition()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | SVGResourcesCache.h | 66 typedef HashMap<const RenderObject*, OwnPtr<SVGResources> > CacheMap; typedef 67 CacheMap m_cache;
|
D | SVGResourcesCache.cpp | 188 CacheMap::iterator end = cache->m_cache.end(); in resourceDestroyed() 189 for (CacheMap::iterator it = cache->m_cache.begin(); it != end; ++it) { in resourceDestroyed()
|
/external/chromium_org/extensions/browser/api/storage/ |
D | storage_frontend.cc | 106 for (CacheMap::iterator it = caches_.begin(); it != caches_.end(); ++it) { in ~StorageFrontend() 115 CacheMap::const_iterator it = caches_.find(settings_namespace); in GetValueStoreCache() 144 for (CacheMap::iterator it = caches_.begin(); it != caches_.end(); ++it) { in DeleteStorageSoon() 161 CacheMap::iterator it = caches_.find(settings_namespace); in DisableStorageForTesting()
|
D | storage_frontend.h | 70 typedef std::map<settings_namespace::Namespace, ValueStoreCache*> CacheMap; typedef 92 CacheMap caches_;
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatCache.h | 62 typedef std::map<ConstString,Entry> CacheMap; typedef 63 CacheMap m_map;
|
/external/chromium_org/ppapi/proxy/ |
D | ppb_image_data_proxy.cc | 252 typedef std::map<PP_Instance, ImageDataInstanceCache> CacheMap; typedef in ppapi::proxy::__anond6a9403b0111::ImageDataCache 253 CacheMap cache_; 275 CacheMap::iterator found = cache_.find(instance); in Get() 294 CacheMap::iterator found = cache_.find(image_data->pp_instance()); in ImageDataUsable() 304 CacheMap::iterator found = cache_.find(instance); in OnTimer()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 614 CacheMapTy::iterator CacheIt = CacheMap.find(*I); in compute() 616 if (CacheIt != CacheMap.end() && anyKnown(CacheIt->second)) in compute() 617 CacheMap.erase(CacheIt); in compute() 635 CacheMapTy::iterator CacheIt = CacheMap.find(V); in compute_() 636 if (CacheIt != CacheMap.end()) in compute_() 674 CacheMap[V] = Result; in compute_() 758 CacheMap[&PHI] = std::make_pair(SizePHI, OffsetPHI); in visitPHINode()
|
/external/smack/src/org/xbill/DNS/ |
D | Cache.java | 128 private static class CacheMap extends LinkedHashMap { class in Cache 131 CacheMap(int maxsize) { in CacheMap() method in Cache.CacheMap 156 private CacheMap data; 172 data = new CacheMap(defaultMaxEntries); in Cache() 189 data = new CacheMap(defaultMaxEntries); in Cache()
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 231 CacheMapTy CacheMap; variable
|