Home
last modified time | relevance | path

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

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