Searched refs:sourceList (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/system/kernel/util/
H A Dlist.cpp233 list_move_to_list(struct list *sourceList, struct list *targetList) argument
235 if (list_is_empty(sourceList)) {
240 *targetList = *sourceList;
247 sourceList->link.next = sourceList->link.prev = &sourceList->link;
/haiku-fatelf/src/tools/fs_shell/
H A Dlist.cpp236 list_move_to_list(struct list *sourceList, struct list *targetList) argument
238 if (list_is_empty(sourceList)) {
243 *targetList = *sourceList;
250 sourceList->link.next = sourceList->link.prev = &sourceList->link;
H A Dlist.h57 extern void list_move_to_list(struct list *sourceList, struct list *targetList);
/haiku-fatelf/src/kits/tracker/
H A DFSUndoRedo.cpp32 UndoItemCopy(BObjectList<entry_ref>* sourceList, BDirectory &target,
53 UndoItemMove(BObjectList<entry_ref>* sourceList, BDirectory &target,
175 MoveCopyUndo::MoveCopyUndo(BObjectList<entry_ref>* sourceList, argument
179 fUndo = new UndoItemMove(sourceList, dest, pointList);
181 fUndo = new UndoItemCopy(sourceList, dest, pointList, moveMode);
206 UndoItemCopy::UndoItemCopy(BObjectList<entry_ref>* sourceList, argument
209 fSourceList(*sourceList),
210 fTargetList(*sourceList),
213 BEntry entry(sourceList->ItemAt(0));
270 UndoItemMove::UndoItemMove(BObjectList<entry_ref>* sourceList, argument
[all...]
H A DFSUndoRedo.h26 MoveCopyUndo(BObjectList<entry_ref>* sourceList, BDirectory &dest,
/haiku-fatelf/headers/private/kernel/util/
H A Dlist.h57 extern void list_move_to_list(struct list *sourceList, struct list *targetList);
/haiku-fatelf/src/kits/interface/
H A DOutlineListView.cpp50 _GetSubItems(BList& sourceList, BList& destList, BListItem* parent, int32 start) argument
52 for (int32 i = start; i < sourceList.CountItems(); i++) {
53 BListItem* item = (BListItem*)sourceList.ItemAt(i);

Completed in 43 milliseconds