Searched defs:CacheMap (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DStyleCustomFilterProgramCache.h58 typedef HashMap<CustomFilterProgramInfo, StyleCustomFilterProgram*> CacheMap; typedef in class:WebCore::StyleCustomFilterProgramCache
59 CacheMap m_cache;
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGResourcesCache.h65 typedef HashMap<const RenderObject*, OwnPtr<SVGResources> > CacheMap; typedef in class:WebCore::SVGResourcesCache
66 CacheMap m_cache;
/external/chromium_org/chrome/browser/extensions/api/storage/
H A Dsettings_frontend.h64 typedef std::map<settings_namespace::Namespace, ValueStoreCache*> CacheMap; typedef in class:extensions::SettingsFrontend
86 CacheMap caches_;
/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider.h62 typedef std::map<base::string16, Geoposition> CacheMap; typedef in class:content::NetworkLocationProvider::PositionCache
63 CacheMap cache_;
64 typedef std::list<CacheMap::iterator> CacheAgeList;
/external/chromium_org/webkit/browser/appcache/
H A Dappcache_working_set.h35 CacheMap::iterator it = caches_.find(id);
58 typedef base::hash_map<int64, AppCache*> CacheMap; typedef in class:appcache::AppCacheWorkingSet
67 CacheMap caches_;
/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h225 CacheMapTy CacheMap; member in class:llvm::ObjectSizeOffsetEvaluator
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DLinkedHashMapTest.java57 static final class CacheMap extends LinkedHashMap { class in class:LinkedHashMapTest
629 CacheMap lhm = new CacheMap();
/external/chromium_org/chrome_frame/
H A Dcom_type_info_holder.h85 typedef std::map<const IID*, TypeInfoNameCache*> CacheMap; typedef in class:com_util::TypeInfoCache
87 CacheMap cache_;
/external/smack/src/org/xbill/DNS/
H A DCache.java128 private static class CacheMap extends LinkedHashMap { class in class:Cache
131 CacheMap(int maxsize) { method in class:Cache.CacheMap
156 private CacheMap data;
172 data = new CacheMap(defaultMaxEntries);
189 data = new CacheMap(defaultMaxEntries);
/external/chromium_org/ppapi/proxy/
H A Dppb_image_data_proxy.cc252 typedef std::map<PP_Instance, ImageDataInstanceCache> CacheMap; typedef in class:ppapi::proxy::__anon10184::ImageDataCache
253 CacheMap cache_;
275 CacheMap::iterator found = cache_.find(instance);
294 CacheMap::iterator found = cache_.find(image_data->pp_instance());
304 CacheMap::iterator found = cache_.find(instance);

Completed in 524 milliseconds