HomeSort by relevance Sort by last modified time
    Searched refs:QWKHistory (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory_p.h 38 class QWKHistory;
47 friend class QWKHistory;
53 static QWKHistory* createHistory(WebKit::WebBackForwardList* list);
61 friend class QWKHistory;
qwkhistory.cpp 26 #include "qwkhistory.h"
92 QWKHistory* QWKHistoryPrivate::createHistory(WebKit::WebBackForwardList* list)
94 QWKHistory* history = new QWKHistory();
103 QWKHistory::QWKHistory()
107 QWKHistory::~QWKHistory()
112 int QWKHistory::backListCount() const
117 int QWKHistory::forwardListCount() cons
    [all...]
qwkhistory.h 56 friend class QWKHistory;
60 class QWEBKIT_EXPORT QWKHistory : public QObject {
74 QWKHistory();
75 ~QWKHistory();
qwkpage.h 22 class QWKHistory;
116 QWKHistory* history() const;
qwkpage_p.h 123 QWKHistory* history;
qwkpage.cpp 32 #include "qwkhistory.h"
685 QWKHistory* QWKPage::history() const

Completed in 52 milliseconds