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

/haiku/src/kits/tracker/
H A DFSUndoRedo.cpp76 BObjectList<entry_ref> fSourceList; member in class:BPrivate::UndoItemCopy
96 BObjectList<entry_ref> fSourceList; member in class:BPrivate::UndoItemMove
244 fSourceList(*sourceList),
277 FSMoveToFolder(new BObjectList<entry_ref>(fSourceList),
291 for (int32 index = 0; index < fSourceList.CountItems(); index++) {
292 entry_ref* ref = fSourceList.ItemAt(index);
308 fSourceList(*sourceList)
329 BObjectList<entry_ref>* list = new BObjectList<entry_ref>(fSourceList);
345 FSMoveToFolder(new BObjectList<entry_ref>(fSourceList),
H A DFSUtils.h157 EntryList* fSourceList; member in class:BPrivate::TrackerCopyLoopControl
H A DFSUtils.cpp303 fSourceList(NULL)
311 fSourceList(NULL)
321 fSourceList(NULL)
394 if (fSourceList != NULL) {
419 fSourceList = list;

Completed in 109 milliseconds