Home
last modified time | relevance | path

Searched refs:updateAnchor (Results 1 – 2 of 2) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextEditor.h82 bool updateAnchor,
86 bool updateAnchor,
H A DTextEditor.cpp418 TextEditor::_SetCaretOffset(int32 offset, bool updateAnchor, in _SetCaretOffset() argument
432 _SetSelection(caret, anchor, updateAnchor, updateSelectionStyle); in _SetCaretOffset()
437 TextEditor::_SetSelection(int32 caret, int32 anchor, bool updateAnchor, in _SetSelection() argument
449 if (updateAnchor) { in _SetSelection()