Home
last modified time | relevance | path

Searched refs:QWKHistory (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkhistory.cpp92 QWKHistory* QWKHistoryPrivate::createHistory(WebKit::WebBackForwardList* list) in createHistory()
94 QWKHistory* history = new QWKHistory(); in createHistory()
103 QWKHistory::QWKHistory() in QWKHistory() function in QWKHistory
107 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 …]
Dqwkhistory_p.h38 class QWKHistory; variable
47 friend class QWKHistory; variable
53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list);
61 friend class QWKHistory; variable
Dqwkhistory.h56 friend class QWKHistory; variable
60 class QWEBKIT_EXPORT QWKHistory : public QObject {
74 QWKHistory();
75 ~QWKHistory();
Dqwkpage.h22 class QWKHistory; variable
116 QWKHistory* history() const;
Dqwkpage_p.h123 QWKHistory* history;
Dqwkpage.cpp685 QWKHistory* QWKPage::history() const in history()
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1619784 [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): Added
19796 (QWKHistory::backItem): Added
19797 (QWKHistory::forwardItem): Added
19798 (QWKHistory::itemAt): Added
19799 (QWKHistory::backItems): Added
19800 (QWKHistory::forwardItems): Added
24362 …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 …]