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

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp187 m_liveNodeWindows(0),
213 if (m_liveNodeWindows) {
214 while (m_liveNodeWindows->CountItems() > 0) {
216 (m_liveNodeWindows->ItemAt(0));
222 m_liveNodeWindows->RemoveItem(reinterpret_cast<void *>(entry));
225 delete m_liveNodeWindows;
226 m_liveNodeWindows = 0;
642 if (!m_liveNodeWindows) {
643 m_liveNodeWindows = new BList();
647 if (m_liveNodeWindows
[all...]
H A DInfoWindowManager.h191 BList *m_liveNodeWindows; member in class:InfoWindowManager

Completed in 36 milliseconds