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

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp188 m_dormantNodeWindows(0),
229 if (m_dormantNodeWindows) {
230 while (m_dormantNodeWindows->CountItems() > 0) {
232 (m_dormantNodeWindows->ItemAt(0));
237 m_dormantNodeWindows->RemoveItem(reinterpret_cast<void *>(entry));
240 delete m_dormantNodeWindows;
241 m_dormantNodeWindows = 0;
705 if (!m_dormantNodeWindows) {
706 m_dormantNodeWindows = new BList();
710 return m_dormantNodeWindows
[all...]
H A DInfoWindowManager.h194 BList *m_dormantNodeWindows; member in class:InfoWindowManager

Completed in 36 milliseconds