Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:historyItem

54 #include "HistoryItem.h"
837 bool DumpRenderTreeSupportQt::isTargetItem(const QWebHistoryItem& historyItem)
839 QWebHistoryItem it = historyItem;
845 QString DumpRenderTreeSupportQt::historyItemTarget(const QWebHistoryItem& historyItem)
847 QWebHistoryItem it = historyItem;
851 QMap<QString, QWebHistoryItem> DumpRenderTreeSupportQt::getChildHistoryItems(const QWebHistoryItem& historyItem)
853 QWebHistoryItem it = historyItem;
854 HistoryItem* item = QWebHistoryItemPrivate::core(&it);