Searched refs:targetItem (Results 1 – 13 of 13) sorted by relevance
224 bool HistoryController::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const in shouldStopLoadingForHistoryItem()230 if (m_currentItem->shouldDoSameDocumentNavigationTo(targetItem)) in shouldStopLoadingForHistoryItem()233 return m_frame->loader()->client()->shouldStopLoadingForHistoryItem(targetItem); in shouldStopLoadingForHistoryItem()238 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type) in goToItem() argument249 if (!m_frame->loader()->client()->shouldGoToHistoryItem(targetItem)) in goToItem()256 page->backForward()->setCurrentItem(targetItem); in goToItem()263 recursiveSetProvisionalItem(targetItem, currentItem.get(), type); in goToItem()265 recursiveGoToItem(targetItem, currentItem.get(), type); in goToItem()
50 - (WebHistoryItem *)targetItem;
577 - (WebHistoryItem *)targetItem580 return kit(core(_private)->targetItem());
168 HistoryItem* targetItem();
521 if (HistoryItem* match = m_children[i]->targetItem()) in findTargetItem()527 HistoryItem* HistoryItem::targetItem() in targetItem() function in WebCore::HistoryItem
1144 bool FrameLoaderClientImpl::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const in shouldStopLoadingForHistoryItem()1148 const KURL& url = targetItem->url(); in shouldStopLoadingForHistoryItem()
7599 (-[WebHistoryItem targetItem]):9053 (-[WebHistoryItem targetItem]):10681 (-[WebHistoryItem targetItem]):
7624 (-[WebHistoryItem targetItem]): Call targetItem directly instead of callling
1621 (-[WebHistoryItem targetItem]):
28469 (-[WebHistoryItem targetItem]):
70016 (WebCore::HistoryItem::targetItem):
25009 (WebCore::HistoryItem::targetItem): Changed to always return the top item
5312 Unnecessary call to HistoryItem::targetItem in HistoryController::pushState