Home
last modified time | relevance | path

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

/haiku/src/apps/debuganalyzer/gui/
H A DSubWindowManager.h58 typedef BOpenHashTable<HashDefinition> SubWindowTable; typedef
62 SubWindowTable fSubWindows;
H A DSubWindowManager.cpp78 SubWindowTable::Iterator it = fSubWindows.GetIterator(); in Broadcast()