Searched refs:SetScrollRegion (Results 1 - 5 of 5) sorted by relevance

/haiku/src/tests/apps/miniterminal/
H A DConsole.h43 void SetScrollRegion(int top, int bottom);
H A DConsole.cpp55 console->SetScrollRegion(console->fScrollTop, height - 1);
60 Console::SetScrollRegion(int top, int bottom) function in class:Console
399 SetScrollRegion(low - 1, high - 1);
/haiku/src/apps/terminal/
H A DBasicTerminalBuffer.h174 void SetScrollRegion(int32 top, int32 bottom);
H A DTermParse.cpp981 fBuffer->SetScrollRegion(top, bottom);
H A DBasicTerminalBuffer.cpp981 BasicTerminalBuffer::SetScrollRegion(int32 top, int32 bottom) function in class:BasicTerminalBuffer

Completed in 113 milliseconds