Home
last modified time | relevance | path

Searched refs:_UpdateScrollBar (Results 1 – 3 of 3) sorted by relevance

/haiku/src/kits/interface/
H A DViewPort.cpp139 _UpdateScrollBar(fViewPort->ScrollBar(B_HORIZONTAL), viewSize.width, in DoLayout()
141 _UpdateScrollBar(fViewPort->ScrollBar(B_VERTICAL), viewSize.height, in DoLayout()
189 void _UpdateScrollBar(BScrollBar* scrollBar, float viewPortSize, in _UpdateScrollBar() function in BPrivate::BViewPort::ViewPortLayout
/haiku/src/apps/debuganalyzer/gui/chart/
H A DChart.cpp211 _UpdateScrollBar(true); in SetDisplayDomain()
239 _UpdateScrollBar(false); in SetDisplayRange()
311 _UpdateScrollBar(true); in FrameResized()
312 _UpdateScrollBar(false); in FrameResized()
512 Chart::_UpdateScrollBar(bool horizontal) in _UpdateScrollBar() function in Chart
H A DChart.h90 void _UpdateScrollBar(bool horizontal);