Home
last modified time | relevance | path

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

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.cpp12 fCaret(0) in TextSelection()
20 fCaret(caret) in TextSelection()
28 fCaret(other.fCaret) in TextSelection()
40 fCaret = other.fCaret; in operator =()
49 || (fAnchor == other.fAnchor && fCaret == other.fCaret); in operator ==()
70 fCaret = caret; in SetCaret()
H A DTextSelection.h28 { return fCaret; } in Caret()
32 int32 fCaret; variable