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

/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.h38 int32 caretPos, int32 selectionLength = 0);
H A DTextViewCompleter.cpp45 int32 caretPos, int32 selectionLength)
49 fTextView->Select(caretPos, caretPos + selectionLength);
44 SetEditViewState(const BString& text, int32 caretPos, int32 selectionLength) argument
H A DAutoCompleter.h52 int32 selectionLength = 0) = 0;
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp1785 int32 selectionLength = selectionFinish- selectionStart; local
1788 viewText.CopyInto(fStringToFind, selectionStart, selectionLength);

Completed in 44 milliseconds