Searched refs:recursiveGoToItem (Results 1 – 4 of 4) sorted by relevance
485 void recursiveGoToItem(HistoryItem*, HistoryItem*, FrameLoadType);
4752 recursiveGoToItem(targetItem, currentItem, type); in loadItem()4759 void FrameLoader::recursiveGoToItem(HistoryItem* item, HistoryItem* fromItem, FrameLoadType type) in loadItem() function in WebCore::FrameLoader4806 childFrame->loader()->recursiveGoToItem(childItems[i].get(), fromChildItem, type); in loadItem()
38690 sets m_currentHistoryItem to make this code path mroe similar to recursiveGoToItem.38691 (WebCore::FrameLoader::recursiveGoToItem): Ditto.56807 (WebCore::FrameLoader::recursiveGoToItem): add a null check70109 (WebCore::FrameLoader::recursiveGoToItem):
66036 (WebCore::FrameLoader::recursiveGoToItem):