Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.h121 QTimer m_expiredTimer; variable
H A Dhistory.cpp69 m_expiredTimer.setSingleShot(true); in HistoryManager()
70 connect(&m_expiredTimer, SIGNAL(timeout()), in HistoryManager()
170 m_expiredTimer.start(nextTimeout * 1000); in checkForExpired()