Home
last modified time | relevance | path

Searched defs:CacheEntry (Results 1 – 4 of 4) sorted by path

/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsBitmapCache.cxx50 class BitmapCache::CacheEntry class in sd::slidesorter::cache::BitmapCache
552 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
566 BitmapCache::CacheEntry::CacheEntry( in CacheEntry() function in sd::slidesorter::cache::BitmapCache::CacheEntry
/trunk/main/stoc/source/corereflection/
H A Dlrucache.hxx41 struct CacheEntry struct in LRU_Cache
43 t_Key aKey;
44 t_Val aVal;
45 CacheEntry * pPred;
46 CacheEntry * pSucc;
/trunk/main/stoc/source/tdmanager/
H A Dlrucache.hxx42 struct CacheEntry struct in LRU_Cache
44 t_Key aKey;
45 t_Val aVal;
46 CacheEntry * pPred;
47 CacheEntry * pSucc;
/trunk/main/vcl/source/gdi/
H A Dprint3.cxx59 struct CacheEntry struct in ImplPageCache
61 GDIMetaFile aPage;
62 PrinterController::PageSize aSize;

Completed in 38 milliseconds