HomeSort by relevance Sort by last modified time
    Searched defs:QWebHistory (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/qt/Api/
qwebhistory.h 60 friend class QWebHistory;
71 class QWEBKIT_EXPORT QWebHistory {
99 QWebHistory();
100 ~QWebHistory();
104 friend QWEBKIT_EXPORT QDataStream& operator>>(QDataStream&, QWebHistory&);
105 friend QWEBKIT_EXPORT QDataStream& operator<<(QDataStream&, const QWebHistory&);
107 Q_DISABLE_COPY(QWebHistory)
112 QWEBKIT_EXPORT QDataStream& operator<<(QDataStream& stream, const QWebHistory& history);
113 QWEBKIT_EXPORT QDataStream& operator>>(QDataStream& stream, QWebHistory& history);
qwebhistory.cpp 21 #include "qwebhistory.h"
66 \sa QWebHistory, QWebPage::history(), QWebHistoryInterface
208 \class QWebHistory
210 \brief The QWebHistory class represents the history of a QWebPage
215 by QWebPage::history(). QWebHistory represents this history and makes it possible
234 QWebHistory's state can be saved to a QDataStream using the >> operator and loaded
241 QWebHistory::QWebHistory()
246 QWebHistory::~QWebHistory()
    [all...]

Completed in 17 milliseconds