HomeSort by relevance Sort by last modified time
    Searched refs:recursiveGoToItem (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/loader/
HistoryController.h 96 void recursiveGoToItem(HistoryItem*, HistoryItem*, FrameLoadType);
HistoryController.cpp 265 recursiveGoToItem(targetItem, currentItem.get(), type);
654 // frame and all its kids in recursiveGoToItem.
681 void HistoryController::recursiveGoToItem(HistoryItem* item, HistoryItem* fromItem, FrameLoadType type)
697 childFrame->loader()->history()->recursiveGoToItem(childItems[i].get(), fromChildItem, type);
    [all...]

Completed in 24 milliseconds