Searched refs:CurrentLine (Results 1 - 9 of 9) sorted by path

/haiku/src/add-ons/media/media-add-ons/radeon/
H A DTheater.h70 virtual int CurrentLine() = 0;
H A DTheater100.cpp1314 int CTheater100::CurrentLine() function in class:CTheater100
H A DTheater100.h47 int CurrentLine();
H A DTheater200.cpp1003 int lineCount = CurrentLine();
1206 int CTheater200::CurrentLine() function in class:CTheater200
H A DTheater200.h53 int CurrentLine();
/haiku/headers/os/interface/
H A DTextView.h119 int32 CurrentLine() const;
/haiku/src/apps/mail/
H A DContent.cpp423 // start = view->OffsetAt(view->CurrentLine());
969 if (CurrentLine() == CountLines() - 1)
972 GoToLine(CurrentLine() + 1);
1027 if (CurrentLine() < CountLines() - 1) {
1028 GoToLine(CurrentLine() + 1);
3074 GoToLine(CurrentLine());
3153 GoToLine(CurrentLine());
/haiku/src/apps/stylededit/
H A DStyledEditView.cpp218 int32 line = CurrentLine();
/haiku/src/kits/interface/
H A DTextView.cpp1346 BTextView::CurrentLine() const function in class:BTextView

Completed in 98 milliseconds