Lines Matching refs:GetDefaultWidth
351 mbIsDeckOpen = (nWidth > TabBar::GetDefaultWidth()); in NotifyResize()
361 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthOpenThreshold; in NotifyResize()
363 bIsDeckVisible = nWidth >= TabBar::GetDefaultWidth() + gnWidthCloseThreshold; in NotifyResize()
375 mpCurrentDeck->SetPosSizePixel(0,0, nWidth-TabBar::GetDefaultWidth(), nHeight); in NotifyResize()
384 mpTabBar->SetPosSizePixel(nWidth-TabBar::GetDefaultWidth(),0,TabBar::GetDefaultWidth(),nHeight); in NotifyResize()
420 if (mnWidthOnSplitterButtonDown > TabBar::GetDefaultWidth()) in ProcessNewWidth()
672 mpParentWindow->GetSizePixel().Width()-TabBar::GetDefaultWidth(), in SwitchToDeck()
1030 if (mnSavedSidebarWidth <= TabBar::GetDefaultWidth()) in UpdateDeckOpenState()
1031 SetChildWindowWidth(SidebarChildWindow::GetDefaultWidth(mpParentWindow)); in UpdateDeckOpenState()
1038 mnSavedSidebarWidth = SetChildWindowWidth(TabBar::GetDefaultWidth()); in UpdateDeckOpenState()
1039 if (mnWidthOnSplitterButtonDown > TabBar::GetDefaultWidth()) in UpdateDeckOpenState()
1119 Range(TabBar::GetDefaultWidth(), gnMaximumSidebarWidth)); in RestrictWidth()
1173 aWindowSize.Width() - TabBar::GetDefaultWidth() - aImageSize.Width(), in UpdateCloseIndicator()