Searched refs:vbar (Results 1 – 2 of 2) sorted by relevance
697 bool vbar = (fVScrollBar && fVVisible); in _Layout() local719 } else if (vbar) { in _Layout()832 bool vbar = (fScrollingFlags & SCROLL_VERTICAL_MAGIC); in _UpdateScrollBarVisibility() local838 if (vbar) { in _UpdateScrollBarVisibility()842 } else if (hbar && width >= dataWidth && vbar && height >= dataHeight) { in _UpdateScrollBarVisibility()866 if (vbar) { in _UpdateScrollBarVisibility()931 ScrollView::_ChildRect(bool hbar, bool vbar) const in _ChildRect()934 if (vbar) in _ChildRect()949 ScrollView::_GuessVisibleRect(bool hbar, bool vbar) const in _GuessVisibleRect()952 return _ChildRect(hbar, vbar).OffsetToCopy(ScrollOffset()); in _GuessVisibleRect()
136 BRect _ChildRect(bool hbar, bool vbar) const;137 BRect _GuessVisibleRect(bool hbar, bool vbar) const;