Searched refs:MoveItem (Results 1 - 17 of 17) sorted by relevance

/haiku-fatelf/headers/os/support/
H A DList.h39 bool MoveItem(int32 fromIndex, int32 toIndex);
H A DObjectList.h104 bool MoveItem(int32 from, int32 to);
158 bool MoveItem(int32 from, int32 to);
559 BObjectList<T>::MoveItem(int32 from, int32 to) function in class:BObjectList
561 return _PointerList_::MoveItem(from, to);
/haiku-fatelf/src/apps/deskbar/
H A DStatusView.h156 void MoveItem(entry_ref*, ino_t toDirectory);
H A DStatusView.cpp579 MoveItem(&ref, todirectory);
767 TReplicantTray::MoveItem(entry_ref* ref, ino_t toDirectory) function in class:TReplicantTray
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DList.h76 bool MoveItem(int32 oldIndex, int32 newIndex);
264 // MoveItem
267 List<ITEM, DEFAULT_ITEM_SUPPLIER>::MoveItem(int32 oldIndex, int32 newIndex) function in class:List
/haiku-fatelf/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h81 bool MoveItem(int32 oldIndex, int32 newIndex);
269 // MoveItem
272 TemplateList<ITEM, DEFAULT_ITEM_SUPPLIER>::MoveItem(int32 oldIndex, int32 newIndex) function in class:TemplateList
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DList.h77 bool MoveItem(int32 oldIndex, int32 newIndex);
265 // MoveItem
268 List<ITEM, DEFAULT_ITEM_SUPPLIER>::MoveItem(int32 oldIndex, int32 newIndex) function in class:List
/haiku-fatelf/headers/os/interface/
H A DListView.h137 bool MoveItem(int32 from, int32 to);
/haiku-fatelf/src/kits/support/
H A DPointerList.cpp377 _PointerList_::MoveItem(int32 from, int32 to) function in class:_PointerList_
H A DList.cpp281 BList::MoveItem(int32 fromIndex, int32 toIndex) function in class:BList
H A DStringList.cpp215 return fStrings.MoveItem(fromIndex, toIndex);
/haiku-fatelf/src/preferences/mail/
H A DFilterConfigView.cpp156 MoveItem(source,to);
/haiku-fatelf/src/servers/app/decorator/
H A DDecorator.cpp139 if (fTabList.MoveItem(from, to) == false) {
/haiku-fatelf/src/kits/interface/
H A DListView.cpp1197 BListView::MoveItem(int32 from, int32 to) function in class:BListView
1724 if (!fList.MoveItem(from, to))
/haiku-fatelf/src/servers/app/
H A DWindow.cpp2376 return fWindowLayerOrder.MoveItem(index,
2384 return fWindowList.MoveItem(from, to);
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp121 status_t MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc,
1054 result = MoveItem(&sourceEntry, &destDir, loc, moveMode, NULL,
1598 MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc, uint32 moveMode, function in namespace:BPrivate
1976 MoveItem(entry, &trash_dir, loc, kMoveSelectionTo, name, undo,
/haiku-fatelf/src/servers/app/stackandtile/
H A DSATGroup.cpp181 return fWindowList.MoveItem(oldIndex, index);

Completed in 240 milliseconds