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

/haiku/src/apps/diskprobe/
H A DDataView.cpp103 fKeySelectionStart(-1),
1147 fMouseSelectionStart = fKeySelectionStart = -1;
1166 if (fKeySelectionStart == -1)
1167 fKeySelectionStart = fStart;
1169 fKeySelectionStart = -1;
1179 if (fKeySelectionStart == fEnd)
1196 if (fKeySelectionStart == fStart)
1210 if (fKeySelectionStart == fStart) {
1235 if (fKeySelectionStart == fEnd) {
H A DDataView.h114 int32 fKeySelectionStart; member in class:DataView

Completed in 36 milliseconds