Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowserapplication.cpp161 m_lastSession = settings.value(QLatin1String("lastSession")).toByteArray(); in BrowserApplication()
320 return !m_lastSession.isEmpty(); in canRestoreSession()
326 QBuffer buffer(&m_lastSession); in restoreLastSession()
H A Dbrowserapplication.h107 QByteArray m_lastSession; variable