Home
last modified time | relevance | path

Searched refs:checkForExpired (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp71 this, SLOT(checkForExpired())); in HistoryManager()
118 checkForExpired(); in setHistory()
144 void HistoryManager::checkForExpired() in checkForExpired() function in HistoryManager
153 QDateTime checkForExpired = m_history.last().dateTime; in checkForExpired() local
154 checkForExpired.setDate(checkForExpired.date().addDays(m_historyLimit)); in checkForExpired()
155 if (now.daysTo(checkForExpired) > 7) { in checkForExpired()
159 nextTimeout = now.secsTo(checkForExpired); in checkForExpired()
182 checkForExpired(); in addHistoryItem()
209 checkForExpired(); in setHistoryLimit()
H A Dhistory.h111 void checkForExpired();