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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2328 BDateTime fiveDaysAgoStart = fourDaysAgoStart; local
2329 fiveDaysAgoStart.Date().AddDays(-1);
2340 fiveDaysAgoStart.Date().LongDayName().String());
2352 if (historyItem.DateTime() < fiveDaysAgoStart)

Completed in 32 milliseconds