Searched refs:_RemoveItem (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.h63 void _RemoveItem(int32 index);
H A DPlaylistListView.cpp256 _RemoveItem(i);
293 _RemoveItem(index);
615 _RemoveItem(i);
647 PlaylistListView::_RemoveItem(int32 index) function in class:PlaylistListView
/haiku/src/apps/icon-o-matic/generic/property/view/
H A DPropertyListView.h90 PropertyItemView* _RemoveItem(int32 index);
H A DPropertyListView.cpp606 // _RemoveItem
608 PropertyListView::_RemoveItem(int32 index) function in class:PropertyListView
614 fprintf(stderr, "failed to remove view in PropertyListView::_RemoveItem()\n");
638 while (PropertyItemView* item = _RemoveItem(count - 1)) {
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp339 _RemoveItem(fInterfaces, "interface", "device", name);
352 return _RemoveItem(fInterfaces, "interface", "device", name,
413 _RemoveItem(fNetworks, "network", "name", name);
426 return _RemoveItem(fNetworks, "network", "name", name,
465 _RemoveItem(fServices, "service", "name", name);
478 return _RemoveItem(fServices, "service", "name", name,
881 BNetworkSettings::_RemoveItem(BMessage& container, const char* itemField, function in class:BNetworkSettings
/haiku/headers/os/add-ons/network_settings/
H A DNetworkSettings.h96 status_t _RemoveItem(BMessage& container,
/haiku/headers/os/interface/
H A DOutlineListView.h135 BListItem* _RemoveItem(BListItem* item,
/haiku/src/kits/interface/
H A DOutlineListView.cpp354 return _RemoveItem(item, FullListIndexOf(item)) != NULL;
361 return _RemoveItem(FullListItemAt(fullListIndex), fullListIndex);
1131 BOutlineListView::_RemoveItem(BListItem* item, int32 fullListIndex) function in class:BOutlineListView

Completed in 150 milliseconds