Searched refs:SetCaret (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.h26 void SetCaret(int32 caret);
H A DTextSelection.cpp68 TextSelection::SetCaret(int32 caret) function in class:TextSelection
H A DTextEditor.h50 void SetCaret(BPoint location, bool extendSelection);
H A DTextDocumentView.h68 void SetCaret(BPoint where, bool extendSelection);
H A DTextDocumentView.cpp167 SetCaret(where, extendSelection);
200 SetCaret(where, true);
375 TextDocumentView::SetCaret(BPoint location, bool extendSelection) function in class:TextDocumentView
383 fTextEditor->SetCaret(location, extendSelection);
H A DTextEditor.cpp106 TextEditor::SetCaret(BPoint location, bool extendSelection) function in class:TextEditor
446 fSelection.SetCaret(caret);

Completed in 74 milliseconds