Searched refs:hTabs (Results 1 – 1 of 1) sorted by relevance
246 const TabList* hTabs = group->HorizontalTabs(); in _FindFreeArea() local248 int32 hIndex = hTabs->IndexOf(crossing->HorizontalTab()); in _FindFreeArea()305 *endHTab = hTabs->ItemAt(h); in _FindFreeArea()341 const TabList* hTabs = group->HorizontalTabs(); in _HasOverlapp() local342 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() local468 bool leftWindowsFound = _SearchHighlightWindow(fFreeAreaLeft, fFreeAreaTop, fFreeAreaBottom, hTabs, in _HighlightWindows()476 …ol rightWindowsFound = _SearchHighlightWindow(fFreeAreaRight, fFreeAreaTop, fFreeAreaBottom, hTabs, in _HighlightWindows()