Home
last modified time | relevance | path

Searched refs:targetItem (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/loader/
DHistoryController.cpp224 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() argument
249 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()
/external/webkit/Source/WebKit/mac/History/
DWebHistoryItemPrivate.h50 - (WebHistoryItem *)targetItem;
DWebHistoryItem.mm577 - (WebHistoryItem *)targetItem
580 return kit(core(_private)->targetItem());
/external/webkit/Source/WebCore/history/
DHistoryItem.h168 HistoryItem* targetItem();
DHistoryItem.cpp521 if (HistoryItem* match = m_children[i]->targetItem()) in findTargetItem()
527 HistoryItem* HistoryItem::targetItem() in targetItem() function in WebCore::HistoryItem
/external/webkit/Source/WebKit/chromium/src/
DFrameLoaderClientImpl.cpp1144 bool FrameLoaderClientImpl::shouldStopLoadingForHistoryItem(HistoryItem* targetItem) const in shouldStopLoadingForHistoryItem()
1148 const KURL& url = targetItem->url(); in shouldStopLoadingForHistoryItem()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-147599 (-[WebHistoryItem targetItem]):
9053 (-[WebHistoryItem targetItem]):
10681 (-[WebHistoryItem targetItem]):
DChangeLog-2010-01-297624 (-[WebHistoryItem targetItem]): Call targetItem directly instead of callling
DChangeLog-2002-12-031621 (-[WebHistoryItem targetItem]):
DChangeLog-2006-02-0928469 (-[WebHistoryItem targetItem]):
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1470016 (WebCore::HistoryItem::targetItem):
DChangeLog-2009-06-1625009 (WebCore::HistoryItem::targetItem): Changed to always return the top item
DChangeLog-2010-01-295312 Unnecessary call to HistoryItem::targetItem in HistoryController::pushState