Home
last modified time | relevance | path

Searched refs:goToItem (Results 1 – 25 of 41) sorted by relevance

12

/external/webkit/WebKit/qt/Api/
Dqwebhistory.cpp276 lst->goToItem(current.get()); //and set it as current again in clear()
368 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward); in back()
383 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward); in forward()
392 void QWebHistory::goToItem(const QWebHistoryItem &item) in goToItem() function in QWebHistory
394 d->lst->goToItem(item.d->item); in goToItem()
396 page->goToItem(currentItem().d->item, WebCore::FrameLoadTypeIndexedBackForward); in goToItem()
543 history.goToItem(history.itemAt(currentIndex)); in operator >>()
Dqwebhistory.h84 void goToItem(const QWebHistoryItem &item);
/external/webkit/WebCore/history/
DBackForwardListChromium.cpp62 void BackForwardList::goToItem(HistoryItem* item) in goToItem() function in WebCore::BackForwardList
64 m_client->goToItem(item); in goToItem()
DBackForwardList.h54 virtual void goToItem(HistoryItem*) = 0;
78 void goToItem(HistoryItem*);
DBackForwardList.cpp112 void BackForwardList::goToItem(HistoryItem* item) in goToItem() function in WebCore::BackForwardList
/external/webkit/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp54 void goToItem();
166 void tst_QWebHistory::goToItem() in goToItem() function in tst_QWebHistory
174 hist->goToItem(current); in goToItem()
/external/webkit/WebCore/page/
DPage.cpp260 goToItem(item, FrameLoadTypeBack); in goBack()
271 goToItem(item, FrameLoadTypeForward); in goForward()
308 goToItem(item, FrameLoadTypeIndexedBackForward); in goBackOrForward()
311 void Page::goToItem(HistoryItem* item, FrameLoadType type) in goToItem() function in WebCore::Page
331 m_mainFrame->loader()->history()->goToItem(item, type); in goToItem()
DPage.h122 void goToItem(HistoryItem*, FrameLoadType);
/external/webkit/WebKit/win/
DWebBackForwardList.cpp142 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem( in goToItem() function in WebBackForwardList
150 m_backForwardList->goToItem(webHistoryItem->historyItem()); in goToItem()
DWebBackForwardList.h62 virtual HRESULT STDMETHODCALLTYPE goToItem(
/external/webkit/WebKit/win/Interfaces/
DIWebBackForwardList.idl78 @method goToItem:
81 - (void)goToItem:(WebHistoryItem *)item;
83 HRESULT goToItem([in] IWebHistoryItem* item);
/external/webkit/WebKit/mac/History/
DWebBackForwardList.h82 - (void)goToItem:(WebHistoryItem *)item;
DWebBackForwardList.mm178 - (void)goToItem:(WebHistoryItem *)item
180 core(self)->goToItem(core(item));
/external/webkit/WebKit/chromium/src/
DBackForwardListClientImpl.h52 virtual void goToItem(WebCore::HistoryItem*);
DBackForwardListClientImpl.cpp77 void BackForwardListClientImpl::goToItem(HistoryItem* item) in goToItem() function in WebKit::BackForwardListClientImpl
DWebFrameImpl.cpp756 m_frame->loader()->history()->goToItem( in loadHistoryItem()
/external/webkit/WebCore/wml/
DWMLDocument.cpp79 page->goToItem(item, FrameLoadTypeBackWMLDeckNotAccessible); in finishedParsing()
/external/webkit/WebCore/loader/
DHistoryController.h60 void goToItem(HistoryItem*, FrameLoadType);
DHistoryController.cpp205 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type) in goToItem() function in WebCore::HistoryController
224 bfList->goToItem(targetItem); in goToItem()
DRedirectScheduler.cpp281 m_frame->loader()->history()->goToItem(specifiedEntry, FrameLoadTypeIndexedBackForward); in scheduleHistoryNavigation()
DFrameLoader.cpp3024 page->backForwardList()->goToItem(item.get()); in checkLoadCompleteForThisFrame()
3560 page->backForwardList()->goToItem(resetItem); in continueLoadAfterNavigationPolicy()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebbackforwardlist.cpp190 backForwardList->goToItem(historyItem); in webkit_web_back_forward_list_go_to_item()
/external/webkit/WebKit/android/jni/
DWebHistory.cpp155 page->goToItem(currentItem, FrameLoadTypeIndexedBackForward); in WebHistoryRestoreIndex()
/external/webkit/WebKitTools/DumpRenderTree/mac/
DLayoutTestControllerMac.mm134 [backForwardList goToItem:item];
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp110 backForwardList->goToItem(item.get()); in clearBackForwardList()

12