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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2319 BDateTime twoDaysAgoStart = oneDayAgoStart; local
2320 twoDaysAgoStart.Date().AddDays(-1);
2322 BDateTime threeDaysAgoStart = twoDaysAgoStart;
2334 twoDaysAgoStart.Date().LongDayName().String());
2358 else if (historyItem.DateTime() < twoDaysAgoStart)

Completed in 36 milliseconds