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

/haiku/src/kits/tracker/
H A DIconCache.h299 class NodeCacheEntry : public IconCacheEntry { class in namespace:BPrivate
301 NodeCacheEntry(bool permanent = false);
302 NodeCacheEntry(const node_ref*, bool permanent = false);
319 NodeCacheEntry*& HashNext() { return fNext; }
323 NodeCacheEntry* fNext;
344 NodeCacheEntry* FindItem(const node_ref*) const;
345 NodeCacheEntry* AddItem(const node_ref*, bool permanent = false);
357 typedef BOpenHashTable<SelfHashing<NodeCacheEntry> > EntryHashTable;
H A DIconCache.cpp1596 // #pragma mark - NodeCacheEntry
1599 NodeCacheEntry::NodeCacheEntry(bool permanent) function in class:NodeCacheEntry
1607 NodeCacheEntry::NodeCacheEntry(const node_ref* node, bool permanent) function in class:NodeCacheEntry
1617 NodeCacheEntry::Draw(BView* view, BPoint where, IconDrawMode mode,
1646 NodeCacheEntry::Draw(BView* view, BPoint where, IconDrawMode mode,
1659 NodeCacheEntry::Node() const
1666 NodeCacheEntry::Hash() const
1673 NodeCacheEntry
[all...]
H A DThumbnails.cpp190 NodeCacheEntry* entry = nodeIconCache->FindItem(&fNodeRef);

Completed in 192 milliseconds