Searched refs:newItems (Results 1 - 8 of 8) sorted by last modified time

/haiku/src/kits/interface/
H A DOutlineListView.cpp332 BOutlineListView::AddList(BList* newItems) argument
334 return AddList(newItems, FullListCountItems());
339 BOutlineListView::AddList(BList* newItems, int32 fullListIndex) argument
341 if ((newItems == NULL) || (newItems->CountItems() == 0))
344 for (int32 i = 0; i < newItems->CountItems(); i++)
345 AddItem((BListItem*)newItems->ItemAt(i), fullListIndex + i);
/haiku/headers/os/interface/
H A DOutlineListView.h42 virtual bool AddList(BList* newItems);
43 virtual bool AddList(BList* newItems, int32 fullListIndex);
H A DListView.h82 virtual bool AddList(BList* newItems);
83 virtual bool AddList(BList* newItems, int32 atIndex);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h354 item_t* newItems local
356 if (newItems) {
357 fItems = newItems;
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DList.h349 item_t* newItems local
351 if (newItems) {
352 fItems = newItems;
/haiku/headers/private/userlandfs/shared/
H A DVector.h725 Value* newItems = (Value*)realloc(fItems, newSize * sizeof(Value)); local
726 if (newItems) {
727 fItems = newItems;
/haiku/headers/private/kernel/util/
H A DVector.h729 Value* newItems = (Value*)realloc(fItems, newSize * sizeof(Value)); local
730 if (newItems) {
731 fItems = newItems;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h326 item_t* newItems local
328 if (newItems) {
329 fItems = newItems;

Completed in 59 milliseconds