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

/haiku/src/apps/diskprobe/
H A DDataView.cpp102 fMouseSelectionStart(-1),
1080 fMouseSelectionStart = position;
1081 if (fMouseSelectionStart == -1) {
1086 int32 selectionEnd = fMouseSelectionStart;
1090 fMouseSelectionStart = fStart;
1092 fMouseSelectionStart = fEnd;
1094 SetSelection(fMouseSelectionStart, selectionEnd, newFocus);
1132 if (fMouseSelectionStart == -1)
1139 SetSelection(fMouseSelectionStart, end);
1147 fMouseSelectionStart
[all...]
H A DDataView.h113 int32 fMouseSelectionStart; member in class:DataView

Completed in 81 milliseconds