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

/haiku/src/servers/registrar/
H A DRecentEntries.cpp177 std::list<recent_entry*> duplicateList; local
207 for (std::list<recent_entry*>::iterator dupItem = duplicateList.begin();
208 dupItem != duplicateList.end(); dupItem++) {
220 duplicateList.push_back(*item);
/haiku/src/kits/tracker/
H A DFSClipboard.cpp378 BObjectList<entry_ref>* duplicateList = new BObjectList<entry_ref>(0, true); local
458 duplicateList->AddItem(new entry_ref(ref));
516 delete duplicateList;
532 if (duplicateList->CountItems() > 0)
533 FSMoveToFolder(duplicateList, new BEntry(entry), kDuplicateSelection);
535 delete duplicateList;

Completed in 94 milliseconds