Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp189 m_connectionWindows(0), in InfoWindowManager()
244 if (m_connectionWindows) { in ~InfoWindowManager()
245 while (m_connectionWindows->CountItems() > 0) { in ~InfoWindowManager()
247 (m_connectionWindows->ItemAt(0)); in ~InfoWindowManager()
252 m_connectionWindows->RemoveItem(reinterpret_cast<void *>(entry)); in ~InfoWindowManager()
255 delete m_connectionWindows; in ~InfoWindowManager()
256 m_connectionWindows = 0; in ~InfoWindowManager()
764 if (!m_connectionWindows) { in _addWindowFor()
765 m_connectionWindows = new BList(); in _addWindowFor()
771 return m_connectionWindows->AddItem(reinterpret_cast<void *>(entry)); in _addWindowFor()
[all …]
H A DInfoWindowManager.h197 BList *m_connectionWindows; variable