Home
last modified time | relevance | path

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

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