Searched refs:QWKHistory (Results 1 – 7 of 7) sorted by relevance
92 QWKHistory* QWKHistoryPrivate::createHistory(WebKit::WebBackForwardList* list) in createHistory()94 QWKHistory* history = new QWKHistory(); in createHistory()103 QWKHistory::QWKHistory() in QWKHistory() function in QWKHistory107 QWKHistory::~QWKHistory() in ~QWKHistory()112 int QWKHistory::backListCount() const in backListCount()117 int QWKHistory::forwardListCount() const in forwardListCount()122 int QWKHistory::count() const in count()127 QWKHistoryItem QWKHistory::currentItem() const in currentItem()134 QWKHistoryItem QWKHistory::backItem() const in backItem()141 QWKHistoryItem QWKHistory::forwardItem() const in forwardItem()[all …]
38 class QWKHistory; variable47 friend class QWKHistory; variable53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list);61 friend class QWKHistory; variable
56 friend class QWKHistory; variable60 class QWEBKIT_EXPORT QWKHistory : public QObject {74 QWKHistory();75 ~QWKHistory();
22 class QWKHistory; variable116 QWKHistory* history() const;
123 QWKHistory* history;
685 QWKHistory* QWKPage::history() const in history()
19784 [Qt] Added new methods to QWKHistory and made QWKHistoryItemPrivate to shared object.19787 … Added more functionality to the QWKHistory and changed QWKHistoryItemPrivate to shared object.19795 (QWKHistory::currentItem): Added19796 (QWKHistory::backItem): Added19797 (QWKHistory::forwardItem): Added19798 (QWKHistory::itemAt): Added19799 (QWKHistory::backItems): Added19800 (QWKHistory::forwardItems): Added24362 …This is initial implementation of QWKHistory. The QWKHistory class represents the history of a QWK…24365 …KPage instance contains a history of a visited pages that can be accessed by QWKHistory::history().[all …]