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

/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.cpp18 fSubWindows()
31 return fSubWindows.Init();
40 if (fSubWindows.Lookup(*window->GetSubWindowKey()) != NULL)
43 fSubWindows.Insert(window);
54 return fSubWindows.Remove(window);
61 return fSubWindows.Lookup(key);
78 SubWindowTable::Iterator it = fSubWindows.GetIterator();
H A DSubWindowManager.h62 SubWindowTable fSubWindows; member in class:SubWindowManager

Completed in 72 milliseconds