Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:historyItem

64 #include <WebCore/HistoryItem.h>
579 webHistoryItem->historyItem()->addRedirectURL(loader->clientRedirectDestinationForHistory());
594 webHistoryItem->historyItem()->addRedirectURL(loader->serverRedirectDestinationForHistory());
601 bool WebFrameLoaderClient::shouldGoToHistoryItem(HistoryItem*) const
606 bool WebFrameLoaderClient::shouldStopLoadingForHistoryItem(HistoryItem*) const
611 void WebFrameLoaderClient::dispatchDidAddBackForwardItem(HistoryItem*) const
615 void WebFrameLoaderClient::dispatchDidRemoveBackForwardItem(HistoryItem*) const
625 HistoryItem* historyItem = 0;
630 historyItem = page->backForward()->currentItem();
633 webView->setGlobalHistoryItem(historyItem);