Searched refs:fIconCache (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/model/
H A DPackageIconTarRepository.cpp130 fIconCache(LIMIT_ICON_CACHE)
143 fIconCache.Clear();
203 fIconCache.Clear();
253 if (!fIconCache.ContainsKey(key)) {
256 fIconCache.Put(key, bitmap);
260 fIconCache.Put(key, sDefaultIcon);
263 bitmap.SetTo(fIconCache.Get(key).Get());
H A DPackageIconTarRepository.h61 fIconCache; member in class:PackageIconTarRepository

Completed in 92 milliseconds