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

/haiku/src/kits/tracker/
H A DIconCache.h158 void SetAliasFor(const SharedIconCache* sharedCache,
160 static IconCacheEntry* ResolveIfAlias(const SharedIconCache* sharedCache,
162 IconCacheEntry* ResolveIfAlias(const SharedIconCache* sharedCache);
422 AutoLock<SimpleIconCache>* sharedCache,
440 AutoLock<SimpleIconCache>* sharedCache,
445 AutoLock<SimpleIconCache>* sharedCache,
450 AutoLock<SimpleIconCache>* sharedCache,
460 IconCacheEntry* GetGenericIcon(AutoLock<SimpleIconCache>* sharedCache,
H A DIconCache.cpp147 IconCacheEntry::SetAliasFor(const SharedIconCache* sharedCache, argument
150 sharedCache->SetAliasFor(this, entry);
156 IconCacheEntry::ResolveIfAlias(const SharedIconCache* sharedCache) argument
158 return sharedCache->ResolveIfAlias(this);
163 IconCacheEntry::ResolveIfAlias(const SharedIconCache* sharedCache, argument
169 return sharedCache->ResolveIfAlias(entry);

Completed in 18 milliseconds