Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbrowserapplication.cpp67 HistoryManager *BrowserApplication::s_historyManager = 0; member in BrowserApplication
462 if (!s_historyManager) { in historyManager()
463 s_historyManager = new HistoryManager(); in historyManager()
464 QWebHistoryInterface::setDefaultInterface(s_historyManager); in historyManager()
466 return s_historyManager; in historyManager()
H A Dbrowserapplication.h100 static HistoryManager *s_historyManager; variable