Searched refs:updateAnchor (Results 1 – 2 of 2) sorted by relevance
/haiku/src/apps/haikudepot/textview/ |
H A D | TextEditor.h | 82 bool updateAnchor, 86 bool updateAnchor,
|
H A D | TextEditor.cpp | 418 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()
|