Searched refs:s_historyManager (Results 1 – 2 of 2) sorted by relevance
67 HistoryManager *BrowserApplication::s_historyManager = 0; member in BrowserApplication462 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()
100 static HistoryManager *s_historyManager; variable