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

/haiku/src/kits/interface/
H A DColumnListView.cpp1405 BRowContainer* container2 = NULL; local
1416 container2 = fOutlineView->RowList();
1418 container2 = parentRow2->fChildList;
1420 if (container2 == NULL)
1428 row2 = container2->ItemAt(index2);
1434 container2->ReplaceItem(index1, row2);

Completed in 44 milliseconds