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

/haiku/src/kits/tracker/
H A DTrashWatcher.h63 BObjectList<node_ref> fTrashNodeList; member in class:BPrivate::BTrashWatcher
H A DTrashWatcher.cpp59 fTrashNodeList(20, true)
80 int32 count = fTrashNodeList.CountItems();
82 node_ref* nref = fTrashNodeList.ItemAt(index);
140 fTrashNodeList.AddItem(new node_ref(trashNode));
196 fTrashNodeList.AddItem(new node_ref(trash_node));

Completed in 44 milliseconds