Searched refs:SelectionLength (Results 1 - 8 of 8) sorted by relevance

/haiku/src/apps/terminal/
H A DInlineInput.h30 int32 SelectionLength() const;
H A DInlineInput.cpp74 InlineInput::SelectionLength() const function in class:InlineInput
/haiku/src/kits/interface/textview_support/
H A DInlineInput.h33 int32 SelectionLength() const;
H A DInlineInput.cpp117 BTextView::InlineInput::SelectionLength() const function in class:BTextView::InlineInput
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp210 Remove(SelectionStart(), SelectionLength());
219 Remove(SelectionStart(), SelectionLength());
243 Replace(SelectionStart(), SelectionLength(), text);
353 return SelectionLength() > 0;
372 TextEditor::SelectionLength() const function in class:TextEditor
H A DTextEditor.h75 int32 SelectionLength() const;
H A DTextDocumentView.cpp95 bool isCaret = fTextEditor->SelectionLength() == 0;
/haiku/src/kits/interface/
H A DTextView.cpp4485 if (fInline->SelectionLength() > 0) {
4490 + fInline->SelectionLength(), &selectedRegion);

Completed in 63 milliseconds