Searched refs:NodeIconCache (Results 1 - 3 of 3) sorted by relevance

/haiku/src/kits/tracker/
H A DIconCache.h204 friend class NodeIconCache;
329 friend class NodeIconCache;
333 class NodeIconCache : public SimpleIconCache { class in namespace:BPrivate
334 // NodeIconCache is used for nodes that define their own icons
336 NodeIconCache();
350 // used by permanent NodeIconCache entries, when an entry gets deleted
391 // used by permanent NodeIconCache entries, when an entry gets
474 NodeIconCache fNodeCache;
H A DIconCache.cpp1694 // #pragma mark - NodeIconCache
1697 NodeIconCache::NodeIconCache() function in class:NodeIconCache
1706 NodeIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where,
1714 NodeIconCache::Draw(IconCacheEntry* entry, BView* view, BPoint where,
1724 NodeIconCache::FindItem(const node_ref* node) const
1731 NodeIconCache::AddItem(const node_ref* node, bool permanent)
1743 NodeIconCache::Deleting(const node_ref* node)
1754 NodeIconCache::Removing(const node_ref* node)
1766 NodeIconCache
[all...]
H A DThumbnails.cpp188 NodeIconCache* nodeIconCache = &IconCache::sIconCache->fNodeCache;
189 AutoLocker<NodeIconCache> cacheLocker(nodeIconCache);

Completed in 155 milliseconds