Searched defs:goToItem (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DBackForwardClientImpl.cpp66 void BackForwardClientImpl::goToItem(HistoryItem* item) function in class:WebKit::BackForwardClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DHistoryController.cpp209 void HistoryController::goToItem(HistoryItem* targetItem) function in class:WebCore::HistoryController
246 goToItem(m_deferredItem.get());
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPage.cpp275 void Page::goToItem(HistoryItem* item) function in class:WebCore::Page
278 // being deref()-ed. Make sure we can still use it with HistoryController::goToItem later.
284 m_mainFrame->loader()->history()->goToItem(item);

Completed in 104 milliseconds