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

  /external/webkit/Source/WebKit/qt/Api/
qwebhistory.h 39 class QWEBKIT_EXPORT QWebHistoryItem {
41 QWebHistoryItem(const QWebHistoryItem &other);
42 QWebHistoryItem &operator=(const QWebHistoryItem &other);
43 ~QWebHistoryItem();
59 QWebHistoryItem(QWebHistoryItemPrivate *priv);
65 //friend QDataStream & operator<<(QDataStream& out,const QWebHistoryItem& hist);
66 //friend QDataStream & operator>>(QDataStream& in,QWebHistoryItem& hist);
76 QList<QWebHistoryItem> items() const
    [all...]
qwebhistory.cpp 43 \class QWebHistoryItem
45 \brief The QWebHistoryItem class represents one item in the history of a QWebPage
49 Each QWebHistoryItem instance represents an entry in the history stack of a Web page,
65 \note QWebHistoryItem objects are value based, but \e{explicitly shared}. Changing
66 a QWebHistoryItem instance by calling setUserData() will change all copies of that
77 QWebHistoryItem::QWebHistoryItem(const QWebHistoryItem &other)
87 QWebHistoryItem &QWebHistoryItem::operator=(const QWebHistoryItem &other
    [all...]

Completed in 405 milliseconds