Searched refs:m_inputWindows (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/cortex/InfoView/
H A DInfoWindowManager.cpp190 m_inputWindows(0),
259 if (m_inputWindows) {
260 while (m_inputWindows->CountItems() > 0) {
262 (m_inputWindows->ItemAt(0));
267 m_inputWindows->RemoveItem(reinterpret_cast<void *>(entry));
270 delete m_inputWindows;
271 m_inputWindows = 0;
827 if (!m_inputWindows) {
828 m_inputWindows = new BList();
832 return m_inputWindows
[all...]
H A DInfoWindowManager.h200 BList *m_inputWindows; member in class:InfoWindowManager

Completed in 41 milliseconds