Home
last modified time | relevance | path

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

123

/external/webkit/Source/WebKit/qt/Api/
Dqwebhistory.cpp280 lst->goToItem(current.get()); //and set it as current again in clear()
371 page->goToItem(d->lst->backItem(), WebCore::FrameLoadTypeIndexedBackForward); in back()
385 page->goToItem(d->lst->forwardItem(), WebCore::FrameLoadTypeIndexedBackForward); in forward()
394 void QWebHistory::goToItem(const QWebHistoryItem &item) in goToItem() function in QWebHistory
397 page->goToItem(item.d->item, WebCore::FrameLoadTypeIndexedBackForward); in goToItem()
546 history.goToItem(history.itemAt(currentIndex)); in operator >>()
Dqwebhistory.h85 void goToItem(const QWebHistoryItem &item);
/external/webkit/Source/WebCore/history/
DBackForwardList.h48 virtual void goToItem(HistoryItem*) = 0;
DBackForwardController.cpp74 m_client->goToItem(item); in setCurrentItem()
DBackForwardListImpl.h54 virtual void goToItem(HistoryItem*);
DBackForwardListImpl.cpp116 void BackForwardListImpl::goToItem(HistoryItem* item) in goToItem() function in WebCore::BackForwardListImpl
/external/webkit/Source/WebKit/chromium/src/
DBackForwardListChromium.h52 virtual void goToItem(WebCore::HistoryItem*);
DBackForwardListChromium.cpp71 void BackForwardListChromium::goToItem(HistoryItem* item) in goToItem() function in WebKit::BackForwardListChromium
/external/webkit/Source/WebKit/qt/tests/qwebhistory/
Dtst_qwebhistory.cpp54 void goToItem();
170 void tst_QWebHistory::goToItem() in goToItem() function in tst_QWebHistory
178 hist->goToItem(current); in goToItem()
/external/webkit/Source/WebKit/mac/History/
DWebBackForwardList.h82 - (void)goToItem:(WebHistoryItem *)item;
DWebBackForwardList.mm182 - (void)goToItem:(WebHistoryItem *)item
184 core(self)->goToItem(core(item));
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebBackForwardListProxy.h54 virtual void goToItem(WebCore::HistoryItem*);
DWebBackForwardListProxy.cpp162 void WebBackForwardListProxy::goToItem(HistoryItem* item) in goToItem() function in WebKit::WebBackForwardListProxy
/external/webkit/Source/WebKit/win/
DWebBackForwardList.cpp144 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem( in goToItem() function in WebBackForwardList
152 m_backForwardList->goToItem(webHistoryItem->historyItem()); in goToItem()
DWebBackForwardList.h62 virtual HRESULT STDMETHODCALLTYPE goToItem(
/external/webkit/Source/WebKit2/UIProcess/
DWebBackForwardList.h63 void goToItem(WebBackForwardListItem*);
DWebBackForwardList.cpp100 void WebBackForwardList::goToItem(WebBackForwardListItem* item) in goToItem() function in WebKit::WebBackForwardList
/external/webkit/Source/WebCore/wml/
DWMLDocument.cpp76 page->goToItem(item, FrameLoadTypeBackWMLDeckNotAccessible); in finishedParsing()
/external/webkit/Source/WebCore/page/
DPage.cpp300 goToItem(item, FrameLoadTypeBack); in goBack()
311 goToItem(item, FrameLoadTypeForward); in goForward()
348 goToItem(item, FrameLoadTypeIndexedBackForward); in goBackOrForward()
351 void Page::goToItem(HistoryItem* item, FrameLoadType type) in goToItem() function in WebCore::Page
363 m_mainFrame->loader()->history()->goToItem(item, type); in goToItem()
DPage.h155 void goToItem(HistoryItem*, FrameLoadType);
/external/webkit/Source/WebCore/loader/
DHistoryController.h89 void goToItem(HistoryItem*, FrameLoadType);
/external/webkit/Source/WebKit/win/Interfaces/
DIWebBackForwardList.idl78 @method goToItem:
81 - (void)goToItem:(WebHistoryItem *)item;
83 HRESULT goToItem([in] IWebHistoryItem* item);
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebbackforwardlist.cpp193 backForwardList->goToItem(historyItem); in webkit_web_back_forward_list_go_to_item()
/external/webkit/Source/WebKit/efl/ewk/
Dewk_history.cpp181 history_core->goToItem(item_core); in ewk_history_history_item_set()
/external/webkit/Source/WebKit/wince/
DChangeLog176 Ensure loading has stopped in HistoryController::goToItem
179 Add a FrameLoaderClient callback for whether to stop loading before goToItem.

123