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

/haiku/headers/os/support/
H A DList.h39 bool MoveItem(int32 from, int32 to);
H A DObjectList.h105 bool MoveItem(int32 from, int32 to);
158 bool MoveItem(int32 from, int32 to);
561 BObjectList<T>::MoveItem(int32 from, int32 to) function in class:BObjectList
563 return _PointerList_::MoveItem(from, to);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h58 bool MoveItem(int32 oldIndex, int32 newIndex);
246 // MoveItem
249 TemplateList<ITEM, DEFAULT_ITEM_SUPPLIER>::MoveItem(int32 oldIndex, int32 newIndex) function in class:TemplateList
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h53 bool MoveItem(int32 oldIndex, int32 newIndex);
241 // MoveItem
244 List<ITEM, DEFAULT_ITEM_SUPPLIER>::MoveItem(int32 oldIndex, int32 newIndex) function in class:List
/haiku/src/kits/network/libnetapi/
H A DNetworkAddressResolver.cpp314 sCacheMap.MoveItem(i, sCacheMap.CountItems());
/haiku/src/apps/deskbar/
H A DStatusView.h150 void MoveItem(entry_ref*, ino_t toDirectory);
H A DStatusView.cpp611 MoveItem(&ref, todirectory);
801 TReplicantTray::MoveItem(entry_ref* ref, ino_t toDirectory) function in class:TReplicantTray
/haiku/src/kits/support/
H A DPointerList.cpp377 _PointerList_::MoveItem(int32 from, int32 to) function in class:_PointerList_
H A DList.cpp286 BList::MoveItem(int32 from, int32 to) function in class:BList
H A DStringList.cpp225 return fStrings.MoveItem(fromIndex, toIndex);
/haiku/headers/os/interface/
H A DListView.h138 bool MoveItem(int32 from, int32 to);
H A DMenu.h177 bool MoveItem(int32 indexFrom, int32 indexTo);
/haiku/src/preferences/mail/
H A DFilterConfigView.cpp157 MoveItem(source,to);
/haiku/src/servers/app/
H A DWindow.cpp2379 return fWindowLayerOrder.MoveItem(index,
2387 return fWindowList.MoveItem(from, to);
/haiku/src/kits/interface/
H A DListView.cpp1422 BListView::MoveItem(int32 from, int32 to) function in class:BListView
1990 if (!fList.MoveItem(from, to))
H A DMenu.cpp1505 BMenu::MoveItem(int32 indexFrom, int32 indexTo) function in class:BMenu
1507 bool moved = fItems.MoveItem(indexFrom, indexTo);
/haiku/src/servers/app/decorator/
H A DDecorator.cpp184 if (fTabList.MoveItem(from, to) == false) {
/haiku/src/kits/tracker/
H A DFSUtils.cpp130 status_t MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc,
1190 result = MoveItem(&sourceEntry, &destDir, loc, moveMode, NULL,
1752 MoveItem(BEntry* entry, BDirectory* destDir, BPoint* loc, uint32 moveMode, function in namespace:BPrivate
2134 MoveItem(entry, &trash_dir, loc, kMoveSelectionTo, name, undo,
/haiku/src/servers/app/stackandtile/
H A DSATGroup.cpp182 return fWindowList.MoveItem(oldIndex, index);

Completed in 419 milliseconds