Searched refs:forwardItem (Results 1 - 18 of 18) sorted by relevance

/external/webkit/WebKit/mac/History/
H A DWebBackForwardList.h99 @method forwardItem
103 - (WebHistoryItem *)forwardItem;
H A DWebBackForwardList.mm193 - (WebHistoryItem *)forwardItem
195 return [[kit(core(self)->forwardItem()) retain] autorelease];
/external/webkit/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/WebKit/win/Interfaces/
H A DIWebBackForwardList.idl102 @method forwardItem
105 - (WebHistoryItem *)forwardItem;
107 HRESULT forwardItem([out, retval] IWebHistoryItem** item);
/external/webkit/WebCore/history/
H A DBackForwardListChromium.cpp73 HistoryItem* BackForwardList::forwardItem() function in class:WebCore::BackForwardList
H A DBackForwardList.h82 HistoryItem* forwardItem();
H A DBackForwardList.cpp141 HistoryItem* BackForwardList::forwardItem() function in class:BackForwardList
/external/webkit/WebKit/qt/Api/
H A Dqwebhistory.h88 QWebHistoryItem forwardItem() const;
H A Dqwebhistory.cpp422 QWebHistoryItem QWebHistory::forwardItem() const function in class:QWebHistory
424 WebCore::HistoryItem *i = d->lst->forwardItem();
/external/webkit/WebKit/win/
H A DWebBackForwardList.h71 virtual HRESULT STDMETHODCALLTYPE forwardItem(
H A DWebBackForwardList.cpp184 HRESULT STDMETHODCALLTYPE WebBackForwardList::forwardItem( function in class:WebBackForwardList
190 HistoryItem* historyItem = m_backForwardList->forwardItem();
H A DWebView.cpp3653 *result = !!m_page->backForwardList()->forwardItem();
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp315 WebCore::HistoryItem* historyItem = backForwardList->forwardItem();
H A Dwebkitwebview.cpp3075 if (!page->backForwardList()->forwardItem())
/external/webkit/WebKit/wx/
H A DWebFrame.cpp273 return m_impl->frame->page()->backForwardList()->forwardItem() != NULL;
/external/webkit/WebCore/page/
H A DPage.cpp268 HistoryItem* item = m_backForwardList->forwardItem();
/external/webkit/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp381 QVERIFY(!m_page->history()->forwardItem().isValid());
/external/webkit/WebKit/mac/WebView/
H A DWebView.mm3736 return !!_private->page->backForwardList()->forwardItem();

Completed in 281 milliseconds