/external/webkit/Source/WebKit/qt/Api/ |
D | qwebhistory.cpp | 280 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 >>()
|
D | qwebhistory.h | 85 void goToItem(const QWebHistoryItem &item);
|
/external/webkit/Source/WebCore/history/ |
D | BackForwardList.h | 48 virtual void goToItem(HistoryItem*) = 0;
|
D | BackForwardController.cpp | 74 m_client->goToItem(item); in setCurrentItem()
|
D | BackForwardListImpl.h | 54 virtual void goToItem(HistoryItem*);
|
D | BackForwardListImpl.cpp | 116 void BackForwardListImpl::goToItem(HistoryItem* item) in goToItem() function in WebCore::BackForwardListImpl
|
/external/webkit/Source/WebKit/chromium/src/ |
D | BackForwardListChromium.h | 52 virtual void goToItem(WebCore::HistoryItem*);
|
D | BackForwardListChromium.cpp | 71 void BackForwardListChromium::goToItem(HistoryItem* item) in goToItem() function in WebKit::BackForwardListChromium
|
/external/webkit/Source/WebKit/qt/tests/qwebhistory/ |
D | tst_qwebhistory.cpp | 54 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/ |
D | WebBackForwardList.h | 82 - (void)goToItem:(WebHistoryItem *)item;
|
D | WebBackForwardList.mm | 182 - (void)goToItem:(WebHistoryItem *)item 184 core(self)->goToItem(core(item));
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.h | 54 virtual void goToItem(WebCore::HistoryItem*);
|
D | WebBackForwardListProxy.cpp | 162 void WebBackForwardListProxy::goToItem(HistoryItem* item) in goToItem() function in WebKit::WebBackForwardListProxy
|
/external/webkit/Source/WebKit/win/ |
D | WebBackForwardList.cpp | 144 HRESULT STDMETHODCALLTYPE WebBackForwardList::goToItem( in goToItem() function in WebBackForwardList 152 m_backForwardList->goToItem(webHistoryItem->historyItem()); in goToItem()
|
D | WebBackForwardList.h | 62 virtual HRESULT STDMETHODCALLTYPE goToItem(
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebBackForwardList.h | 63 void goToItem(WebBackForwardListItem*);
|
D | WebBackForwardList.cpp | 100 void WebBackForwardList::goToItem(WebBackForwardListItem* item) in goToItem() function in WebKit::WebBackForwardList
|
/external/webkit/Source/WebCore/wml/ |
D | WMLDocument.cpp | 76 page->goToItem(item, FrameLoadTypeBackWMLDeckNotAccessible); in finishedParsing()
|
/external/webkit/Source/WebCore/page/ |
D | Page.cpp | 300 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()
|
D | Page.h | 155 void goToItem(HistoryItem*, FrameLoadType);
|
/external/webkit/Source/WebCore/loader/ |
D | HistoryController.h | 89 void goToItem(HistoryItem*, FrameLoadType);
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 78 @method goToItem: 81 - (void)goToItem:(WebHistoryItem *)item; 83 HRESULT goToItem([in] IWebHistoryItem* item);
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebbackforwardlist.cpp | 193 backForwardList->goToItem(historyItem); in webkit_web_back_forward_list_go_to_item()
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_history.cpp | 181 history_core->goToItem(item_core); in ewk_history_history_item_set()
|
/external/webkit/Source/WebKit/wince/ |
D | ChangeLog | 176 Ensure loading has stopped in HistoryController::goToItem 179 Add a FrameLoaderClient callback for whether to stop loading before goToItem.
|