Searched refs:fAnchor (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/haikudepot/textview/
H A DTextSelection.cpp11 fAnchor(0),
19 fAnchor(anchor),
27 fAnchor(other.fAnchor),
39 fAnchor = other.fAnchor;
49 || (fAnchor == other.fAnchor && fCaret == other.fCaret);
63 fAnchor = anchor;
H A DTextSelection.h24 { return fAnchor; }
31 int32 fAnchor; member in class:TextSelection
/haiku/src/servers/app/
H A DWindow.h343 window_anchor fAnchor[kListCount]; member in class:Window
H A DWindow.cpp592 return fAnchor[index];
599 return fAnchor[index].next;
606 return fAnchor[index].previous;

Completed in 46 milliseconds