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

/haiku/src/apps/cortex/ParameterView/
H A DParameterWindowManager.cpp114 m_windowList(0),
119 m_windowList = new BList();
127 while (m_windowList->CountItems() > 0) {
129 (m_windowList->ItemAt(0));
135 m_windowList->RemoveItem(reinterpret_cast<void *>(entry));
138 delete m_windowList;
320 if (m_windowList->AddItem(reinterpret_cast<void *>(entry))) {
333 for (int32 i = 0; i < m_windowList->CountItems(); i++) {
335 (m_windowList->ItemAt(i));
349 for (int32 i = 0; i < m_windowList
[all...]
H A DParameterWindowManager.h134 BList *m_windowList; member in class:ParameterWindowManager

Completed in 57 milliseconds