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

/haiku/src/kits/shared/
H A DCalendarView.cpp893 fCurrentDay.SetTo(-1, -1);
922 fCurrentDay.SetTo(row, column);
987 const int32 highlightRow = fCurrentDay.row;
988 const int32 highlightColumn = fCurrentDay.column;
1019 const int32 highlightRow = fCurrentDay.row;
1020 const int32 highlightColumn = fCurrentDay.column;
1177 const int32 highlightRow = fCurrentDay.row;
1178 const int32 highlightColumn = fCurrentDay.column;
1219 const int32 currRow = fCurrentDay.row;
1220 const int32 currColumn = fCurrentDay
[all...]
/haiku/headers/private/shared/
H A DCalendarView.h193 Selection fCurrentDay; member in class:BPrivate::BCalendarView

Completed in 84 milliseconds