Searched refs:QWKHistoryItemPrivate (Results 1 – 4 of 4) sorted by relevance
40 class QWEBKIT_EXPORT QWKHistoryItemPrivate : public QSharedData {42 ~QWKHistoryItemPrivate();44 QWKHistoryItemPrivate(WKBackForwardListItemRef listItem);
42 QWKHistoryItemPrivate::QWKHistoryItemPrivate(WKBackForwardListItemRef listItem) in QWKHistoryItemPrivate() function in QWKHistoryItemPrivate47 QWKHistoryItemPrivate::~QWKHistoryItemPrivate() in ~QWKHistoryItemPrivate()63 : d(new QWKHistoryItemPrivate(item)) in QWKHistoryItem()
34 class QWKHistoryItemPrivate; variable54 QExplicitlySharedDataPointer<QWKHistoryItemPrivate> d;57 friend class QWKHistoryItemPrivate; variable
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.19788 …This is needed because we cannot delete the QWKHistoryItemPrivate pointer in destructor of QWKHist…19792 (QWKHistoryItemPrivate::~QWKHistoryItemPrivate):21472 (QWKHistoryItemPrivate::QWKHistoryItemPrivate):