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

/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp36 fHistoryPos(0),
101 fHistoryPos = fPreviousExpressions.CountItems();
145 if (fHistoryPos == count && fCurrentValue.CountChars() > 0) {
399 fHistoryPos = fPreviousExpressions.CountItems();
407 if (fHistoryPos == count) {
412 fHistoryPos--;
413 if (fHistoryPos < 0) {
414 fHistoryPos = 0;
418 BString* item = (BString*)fPreviousExpressions.ItemAt(fHistoryPos);
429 fHistoryPos
[all...]
H A DExpressionTextView.h63 int32 fHistoryPos; member in class:ExpressionTextView

Completed in 83 milliseconds