Searched refs:containerList (Results 1 – 1 of 1) sorted by relevance
1574 BObjectList<BContainerWindow> containerList(windowCount); in MessageReceived() local1580 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()