Searched refs:_Scroll (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/private/interface/
H A DMenuWindow.h46 bool _Scroll(const BPoint& cursor);
/haiku/src/kits/interface/
H A DMenuWindow.cpp400 return _Scroll(cursor);
427 BMenuWindow::_Scroll(const BPoint& where) function in class:BMenuWindow
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h207 void _Scroll(int32 top, int32 bottom,
355 _Scroll(fScrollTop, fScrollBottom, numLines);
H A DBasicTerminalBuffer.cpp713 _Scroll(fScrollTop, fScrollBottom, 1);
730 _Scroll(fScrollTop, fScrollBottom, -1);
794 _Scroll(fCursor.y, fScrollBottom, -numLines);
902 _Scroll(0, fHeight - 1, fHeight);
957 _Scroll(fCursor.y, fScrollBottom, numLines);
1473 BasicTerminalBuffer::_Scroll(int32 top, int32 bottom, int32 numLines) function in class:BasicTerminalBuffer
1603 _Scroll(fScrollTop, fScrollBottom, 1);

Completed in 48 milliseconds