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

  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkhistory.h 42 class QWEBKIT_EXPORT QWKHistoryItem {
44 QWKHistoryItem(const QWKHistoryItem& other);
45 QWKHistoryItem &operator=(const QWKHistoryItem& other);
47 ~QWKHistoryItem();
52 QWKHistoryItem(WKBackForwardListItemRef);
66 QWKHistoryItem currentItem() const;
67 QWKHistoryItem backItem() const;
68 QWKHistoryItem forwardItem() const
    [all...]
qwkhistory.cpp 51 QWKHistoryItem::QWKHistoryItem(const QWKHistoryItem& other)
56 QWKHistoryItem& QWKHistoryItem::QWKHistoryItem::operator=(const QWKHistoryItem& other)
62 QWKHistoryItem::QWKHistoryItem(WKBackForwardListItemRef item)
67 QWKHistoryItem::~QWKHistoryItem(
    [all...]
qwkhistory_p.h 48 friend class QWKHistoryItem;

Completed in 96 milliseconds