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

/haiku/src/servers/app/stackandtile/
H A DTiling.h56 bool _SearchHighlightWindow(Tab* tab, Tab* firstOrthTab,
H A DTiling.cpp468 bool leftWindowsFound = _SearchHighlightWindow(fFreeAreaLeft, fFreeAreaTop, fFreeAreaBottom, hTabs,
472 bool topWindowsFound = _SearchHighlightWindow(fFreeAreaTop, fFreeAreaLeft, fFreeAreaRight, vTabs,
476 bool rightWindowsFound = _SearchHighlightWindow(fFreeAreaRight, fFreeAreaTop, fFreeAreaBottom, hTabs,
480 bool bottomWindowsFound = _SearchHighlightWindow(fFreeAreaBottom, fFreeAreaLeft, fFreeAreaRight,
498 SATTiling::_SearchHighlightWindow(Tab* tab, Tab* firstOrthTab, function in class:SATTiling

Completed in 34 milliseconds