Searched defs:forwardItem (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/history/
H A DBackForwardList.h70 HistoryItem* forwardItem() { return itemAtIndex(1); } function in class:WebCore::BackForwardList
H A DBackForwardController.h68 HistoryItem* forwardItem() { return itemAtIndex(1); } function in class:WebCore::BackForwardController
H A DBackForwardListImpl.cpp146 HistoryItem* BackForwardListImpl::forwardItem() function in class:BackForwardListImpl
/external/webkit/Source/WebKit/gtk/tests/
H A Dtestwebbackforwardlist.c31 WebKitWebHistoryItem* forwardItem; local
78 forwardItem = webkit_web_back_forward_list_get_forward_item(backForwardList);
79 g_object_ref(forwardItem);
80 g_assert_cmpint(G_OBJECT(forwardItem)->ref_count, ==, 2);
81 g_object_unref(forwardItem);
82 g_assert_cmpint(G_OBJECT(forwardItem)->ref_count, ==, 1);
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.cpp137 WebBackForwardListItem* WebBackForwardList::forwardItem() function in class:WebKit::WebBackForwardList
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.cpp141 QWKHistoryItem QWKHistory::forwardItem() const function in class:QWKHistory
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp385 page->goToItem(d->lst->forwardItem(), WebCore::FrameLoadTypeIndexedBackForward);
423 QWebHistoryItem QWebHistory::forwardItem() const function in class:QWebHistory
425 WebCore::HistoryItem *i = d->lst->forwardItem();
/external/webkit/Source/WebKit/win/
H A DWebBackForwardList.cpp186 HRESULT STDMETHODCALLTYPE WebBackForwardList::forwardItem( function in class:WebBackForwardList
192 HistoryItem* historyItem = m_backForwardList->forwardItem();

Completed in 5336 milliseconds