Home
last modified time | relevance | path

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

/haiku/src/servers/app/stackandtile/
H A DTiling.cpp246 const TabList* hTabs = group->HorizontalTabs(); in _FindFreeArea() local
248 int32 hIndex = hTabs->IndexOf(crossing->HorizontalTab()); in _FindFreeArea()
305 *endHTab = hTabs->ItemAt(h); in _FindFreeArea()
341 const TabList* hTabs = group->HorizontalTabs(); in _HasOverlapp() local
342 for (int32 h = 0; h < hTabs->CountItems(); h++) { in _HasOverlapp()
343 Tab* hTab = hTabs->ItemAt(h); in _HasOverlapp()
465 const TabList* hTabs = group->HorizontalTabs(); in _HighlightWindows() local
468 bool leftWindowsFound = _SearchHighlightWindow(fFreeAreaLeft, fFreeAreaTop, fFreeAreaBottom, hTabs, in _HighlightWindows()
476 …ol rightWindowsFound = _SearchHighlightWindow(fFreeAreaRight, fFreeAreaTop, fFreeAreaBottom, hTabs, in _HighlightWindows()