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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2325 BDateTime fourDaysAgoStart = threeDaysAgoStart; local
2326 fourDaysAgoStart.Date().AddDays(-1);
2328 BDateTime fiveDaysAgoStart = fourDaysAgoStart;
2338 fourDaysAgoStart.Date().LongDayName().String());
2354 else if (historyItem.DateTime() < fourDaysAgoStart)

Completed in 17 milliseconds