Searched refs:goToItem (Results 1 - 25 of 35) sorted by relevance

12

/external/webkit/Source/WebCore/history/
H A DBackForwardList.h48 virtual void goToItem(HistoryItem*) = 0;
H A DBackForwardController.cpp74 m_client->goToItem(item);
H A DBackForwardListImpl.h54 virtual void goToItem(HistoryItem*);
H A DBackForwardListImpl.cpp116 void BackForwardListImpl::goToItem(HistoryItem* item) function in class:BackForwardListImpl
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.h52 virtual void goToItem(WebCore::HistoryItem*);
64 // of this until goToItem() is called, so we can track the navigation.
H A DBackForwardListChromium.cpp71 void BackForwardListChromium::goToItem(HistoryItem* item) function in class:WebKit::BackForwardListChromium
/external/webkit/Source/WebKit/mac/History/
H A DWebBackForwardList.h78 @method goToItem:
82 - (void)goToItem:(WebHistoryItem *)item;
H A DWebBackForwardList.mm182 - (void)goToItem:(WebHistoryItem *)item
184 core(self)->goToItem(core(item));
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h54 virtual void goToItem(WebCore::HistoryItem*);
H A DWebBackForwardListProxy.cpp162 void WebBackForwardListProxy::goToItem(HistoryItem* item) function in class:WebKit::WebBackForwardListProxy
/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));
H A Dqwebhistory.h85 void goToItem(const QWebHistoryItem &item);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebBackForwardList.idl78 @method goToItem:
81 - (void)goToItem:(WebHistoryItem *)item;
83 HRESULT goToItem([in] IWebHistoryItem* item);
/external/webkit/Source/WebCore/wml/
H A DWMLDocument.cpp76 page->goToItem(item, FrameLoadTypeBackWMLDeckNotAccessible);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.h63 void goToItem(WebBackForwardListItem*);
H A DWebBackForwardList.cpp100 void WebBackForwardList::goToItem(WebBackForwardListItem* item) function in class:WebKit::WebBackForwardList
/external/webkit/Source/WebCore/loader/
H A DHistoryController.h89 void goToItem(HistoryItem*, FrameLoadType);
H A DHistoryController.cpp238 void HistoryController::goToItem(HistoryItem* targetItem, FrameLoadType type) function in class:WebCore::HistoryController
/external/webkit/Source/WebKit/win/
H A DWebBackForwardList.h62 virtual HRESULT STDMETHODCALLTYPE goToItem(
H A DWebBackForwardList.cpp144 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem( function in class:WebBackForwardList
152 m_backForwardList->goToItem(webHistoryItem->historyItem());
/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/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);
H A DPage.h155 void goToItem(HistoryItem*, FrameLoadType);
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_history.cpp181 history_core->goToItem(item_core);
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp193 backForwardList->goToItem(historyItem);

Completed in 2965 milliseconds

12