Searched refs:bIsDeckVisible (Results 1 – 1 of 1) sorted by relevance
356 bool bIsDeckVisible; in NotifyResize() local361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()363 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()364 mbIsDeckRequestedOpen = bIsDeckVisible; in NotifyResize()365 UpdateCloseIndicator(!bIsDeckVisible); in NotifyResize()368 bIsDeckVisible = false; in NotifyResize()373 if (bIsDeckVisible) in NotifyResize()
Completed in 30 milliseconds