Searched refs:recursiveGoToItem (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/loader/
H A DHistoryController.h103 void recursiveGoToItem(HistoryItem*, HistoryItem*, FrameLoadType);
H A DHistoryController.cpp300 recursiveGoToItem(targetItem, currentItem.get(), type);
710 // frame and all its kids in recursiveGoToItem.
735 void HistoryController::recursiveGoToItem(HistoryItem* item, HistoryItem* fromItem, FrameLoadType type) function in class:WebCore::HistoryController
752 childFrame->loader().history().recursiveGoToItem(childItem.get(), fromChildItem, type);

Completed in 113 milliseconds