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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
HistoryController.h 95 void recursiveGoToItem(HistoryItem*, HistoryItem*);
HistoryController.cpp 239 recursiveGoToItem(targetItem, currentItem.get());
560 // frame and all its kids in recursiveGoToItem.
586 void HistoryController::recursiveGoToItem(HistoryItem* item, HistoryItem* fromItem)
601 childFrame->loader()->history()->recursiveGoToItem(childItems[i].get(), fromChildItem);

Completed in 48 milliseconds