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

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

Completed in 10 milliseconds