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

/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h135 BRect _ChildRect() const;
136 BRect _ChildRect(bool hbar, bool vbar) const;
H A DScrollView.cpp699 BRect childRect(_ChildRect());
914 // _ChildRect
920 ScrollView::_ChildRect() const function in class:ScrollView
922 return _ChildRect(fHScrollBar && fHVisible, fVScrollBar && fVVisible);
925 // _ChildRect
927 // The same as _ChildRect() with the exception that not the current
931 ScrollView::_ChildRect(bool hbar, bool vbar) const function in class:ScrollView
952 return _ChildRect(hbar, vbar).OffsetToCopy(ScrollOffset());

Completed in 61 milliseconds