Searched defs:QWKHistoryItem (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.h42 class QWEBKIT_EXPORT QWKHistoryItem { class
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 forwardIte
[all...]
H A Dqwkhistory.cpp51 QWKHistoryItem::QWKHistoryItem(const QWKHistoryItem& other) function in class:QWKHistoryItem
56 QWKHistoryItem& QWKHistoryItem::QWKHistoryItem::operator=(const QWKHistoryItem& other)
62 QWKHistoryItem::QWKHistoryItem(WKBackForwardListItemRef item) function in class:QWKHistoryItem
67 QWKHistoryItem
[all...]

Completed in 100 milliseconds