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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2322 BDateTime threeDaysAgoStart = twoDaysAgoStart; local
2323 threeDaysAgoStart.Date().AddDays(-1);
2325 BDateTime fourDaysAgoStart = threeDaysAgoStart;
2336 threeDaysAgoStart.Date().LongDayName().String());
2356 else if (historyItem.DateTime() < threeDaysAgoStart)

Completed in 88 milliseconds