Home
last modified time | relevance | path

Searched refs:HistoryManager (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp61 HistoryManager::HistoryManager(QObject *parent) in HistoryManager() function in HistoryManager
86 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 …]
H A Dhistory.h74 class HistoryManager : public QWebHistoryInterface
86 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);
H A Dbrowserapplication.h52 class HistoryManager; variable
73 static HistoryManager *historyManager();
100 static HistoryManager *s_historyManager;
H A Dbrowserapplication.cpp67 HistoryManager *BrowserApplication::s_historyManager = 0;
460 HistoryManager *BrowserApplication::historyManager() in historyManager()
463 s_historyManager = new HistoryManager(); in historyManager()