Home
last modified time | relevance | path

Searched refs:recursiveGoToEntry (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/loader/
DHistoryController.cpp159 recursiveGoToEntry(m_page->mainFrame()); in goToEntry()
181 void HistoryController::recursiveGoToEntry(Frame* frame) in recursiveGoToEntry() function in WebCore::HistoryController
199 recursiveGoToEntry(child); in recursiveGoToEntry()
DHistoryController.h159 void recursiveGoToEntry(Frame*);