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

/haiku/headers/os/interface/
H A DTextView.h410 bool _IsOnEmptyLastLine(int32 offset) const;
/haiku/src/kits/interface/
H A DTextView.cpp1748 if (_IsOnEmptyLastLine(offset))
1783 bool onEmptyLastLine = _IsOnEmptyLastLine(offset);
5872 BTextView::_IsOnEmptyLastLine(int32 offset) const function in class:BTextView

Completed in 54 milliseconds