Searched refs:HistoryManager (Results 1 – 4 of 4) sorted by relevance
61 HistoryManager::HistoryManager(QObject *parent) in HistoryManager() function in HistoryManager86 HistoryManager::~HistoryManager() in ~HistoryManager()91 QList<HistoryItem> HistoryManager::history() const in history()96 bool HistoryManager::historyContains(const QString &url) const in historyContains()101 void HistoryManager::addHistoryEntry(const QString &url) in addHistoryEntry()110 void HistoryManager::setHistory(const QList<HistoryItem> &history, bool loadedAndSorted) in setHistory()129 HistoryModel *HistoryManager::historyModel() const in historyModel()134 HistoryFilterModel *HistoryManager::historyFilterModel() const in historyFilterModel()139 HistoryTreeModel *HistoryManager::historyTreeModel() const in historyTreeModel()144 void HistoryManager::checkForExpired() in checkForExpired()[all …]
74 class HistoryManager : public QWebHistoryInterface86 HistoryManager(QObject *parent = 0);87 ~HistoryManager();147 HistoryModel(HistoryManager *history, QObject *parent = 0);155 HistoryManager *m_history;247 HistoryManager *m_history;332 HistoryDialog(QWidget *parent = 0, HistoryManager *history = 0);
52 class HistoryManager; variable73 static HistoryManager *historyManager();100 static HistoryManager *s_historyManager;
67 HistoryManager *BrowserApplication::s_historyManager = 0;460 HistoryManager *BrowserApplication::historyManager() in historyManager()463 s_historyManager = new HistoryManager(); in historyManager()