Home | History | Annotate | Download | only in win

Lines Matching refs:historyItem

95 #include <WebCore/HistoryItem.h>
2918 m_page->goToItem(webHistoryItem->historyItem(), FrameLoadTypeIndexedBackForward);
5166 HistoryItem* newItemToGoTo = 0;
5176 RefPtr<HistoryItem> newItem = otherBackForwardList->itemAtIndex(i)->copy();
6604 void WebView::setGlobalHistoryItem(HistoryItem* historyItem)
6606 m_globalHistoryItem = historyItem;