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

/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp2344 BrowsingHistoryItem historyItem = history->HistoryItemAt(i); local
2346 message->AddString("url", historyItem.URL().String());
2348 BString truncatedUrl(historyItem.URL());
2352 if (historyItem.DateTime() < fiveDaysAgoStart)
2354 else if (historyItem.DateTime() < fourDaysAgoStart)
2356 else if (historyItem.DateTime() < threeDaysAgoStart)
2358 else if (historyItem.DateTime() < twoDaysAgoStart)
2360 else if (historyItem.DateTime() < oneDayAgoStart)
2362 else if (historyItem.DateTime() < todayStart)

Completed in 26 milliseconds