Home
last modified time | relevance | path

Searched refs:containerList (Results 1 – 1 of 1) sorted by relevance

/haiku/src/kits/tracker/
H A DContainerWindow.cpp1574 BObjectList<BContainerWindow> containerList(windowCount); in MessageReceived() local
1580 containerList.AddItem(window); in MessageReceived()
1584 windowCount = containerList.CountItems(); in MessageReceived()
1588 containerList.SortItems(CompareContainerWindowNodeRef); in MessageReceived()
1592 BContainerWindow* window = containerList.ItemAt(index); in MessageReceived()
1593 BContainerWindow* second = containerList.ItemAt(index + 1); in MessageReceived()