Searched refs:InsertItemsAt (Results 1 - 4 of 4) sorted by last modified time

/haiku/headers/private/interface/
H A DTextViewSupportBuffer.h24 void InsertItemsAt(int32 inNumItems, int32 inAtIndex, const T* inItem);
58 _BTextViewSupportBuffer_<T>::InsertItemsAt(int32 inNumItems, function in class:_BTextViewSupportBuffer_
74 debugger("InsertItemsAt(): reallocation failed");
/haiku/src/kits/interface/textview_support/
H A DStyleBuffer.cpp34 InsertItemsAt(1, index, inDesc);
123 InsertItemsAt(1, fItemCount, &newRecord);
H A DLineBuffer.cpp27 InsertItemsAt(1, index, inLine);
H A DWidthBuffer.cpp219 InsertItemsAt(1, position, &table);

Completed in 41 milliseconds