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

/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.cpp71 void BackForwardListChromium::goToItem(HistoryItem* item) function in class:WebKit::BackForwardListChromium
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.cpp100 void WebBackForwardList::goToItem(WebBackForwardListItem* item) function in class:WebKit::WebBackForwardList
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp162 void WebBackForwardListProxy::goToItem(HistoryItem* item) function in class:WebKit::WebBackForwardListProxy
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.cpp116 void BackForwardListImpl::goToItem(HistoryItem* item) function in class:BackForwardListImpl
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp226 item by passing it to goToItem().
280 lst->goToItem(current.get()); //and set it as current again
365 \sa forward(), goToItem()
371 page->goToItem(d->lst->backItem(), WebCore::FrameLoadTypeIndexedBackForward);
379 \sa back(), goToItem()
385 page->goToItem(d->lst->forwardItem(), WebCore::FrameLoadTypeIndexedBackForward);
394 void QWebHistory::goToItem(const QWebHistoryItem &item) function in class:QWebHistory
397 page->goToItem(item.d->item, WebCore::FrameLoadTypeIndexedBackForward);
546 history.goToItem(history.itemAt(currentIndex));
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
H A Dtst_qwebhistory.cpp54 void goToItem();
168 * Check QWebHistory::goToItem() method
170 void tst_QWebHistory::goToItem() function in class:tst_QWebHistory
178 hist->goToItem(current);
/external/webkit/Source/WebKit/win/
H A DWebBackForwardList.cpp144 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem( function in class:WebBackForwardList
152 m_backForwardList->goToItem(webHistoryItem->historyItem());
/external/webkit/Source/WebCore/loader/
H A DHistoryController.cpp238 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type) function in class:WebCore::HistoryController
/external/webkit/Source/WebCore/page/
H A DPage.cpp300 goToItem(item, FrameLoadTypeBack);
311 goToItem(item, FrameLoadTypeForward);
348 goToItem(item, FrameLoadTypeIndexedBackForward);
351 void Page::goToItem(HistoryItem* item, FrameLoadType type) function in class:WebCore::Page
357 // being deref()-ed. Make sure we can still use it with HistoryController::goToItem later.
363 m_mainFrame->loader()->history()->goToItem(item, type);

Completed in 392 milliseconds