Searched refs:forwardListCount (Results 1 - 25 of 26) sorted by relevance

12

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardList.cpp52 return toImpl(listRef)->forwardListCount();
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DBackForwardList.h52 virtual int forwardListCount() = 0;
H A DBackForwardController.cpp94 return m_client->forwardListCount();
H A DBackForwardListImpl.h69 virtual int forwardListCount();
H A DBackForwardListImpl.cpp211 int BackForwardListImpl::forwardListCount()
222 if (index > forwardListCount())
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.h137 @method forwardListCount
141 - (int)forwardListCount;
H A DWebBackForwardList.mm311 - (int)forwardListCount
313 return core(self)->forwardListCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h51 int forwardListCount() const;
H A DInjectedBundleBackForwardList.cpp59 int InjectedBundleBackForwardList::forwardListCount() const function in class:WebKit::InjectedBundleBackForwardList
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DBackForwardListBlackBerry.cpp89 int BackForwardListBlackBerry::forwardListCount() function in class:WebCore::BackForwardListBlackBerry
91 return m_impl->forwardListCount();
H A DBackForwardListBlackBerry.h54 virtual int forwardListCount();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKBackForwardList.cpp66 return toImpl(listRef)->forwardListCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h59 virtual int forwardListCount();
H A DWebBackForwardListProxy.cpp204 int WebBackForwardListProxy::forwardListCount() function in class:WebKit::WebBackForwardListProxy
209 int forwardListCount = 0; local
210 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::BackForwardForwardListCount(), Messages::WebPageProxy::BackForwardForwardListCount::Reply(forwardListCount), m_page->pageID()))
213 return forwardListCount;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebBackForwardList.idl152 @method forwardListCount
155 - (int)forwardListCount;
157 HRESULT forwardListCount([out, retval] int* sizecount);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebBackForwardList.h73 int forwardListCount() const;
H A DWebBackForwardList.cpp183 if (index > forwardListCount())
196 int WebBackForwardList::forwardListCount() const function in class:WebKit::WebBackForwardList
234 unsigned size = std::min(static_cast<unsigned>(forwardListCount()), limit);
H A DWebPageProxy.cpp3086 count = m_backForwardList->forwardListCount();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitBackForwardList.cpp225 return priv->backForwardItems->backListCount() + priv->backForwardItems->forwardListCount() + currentItem;
270 return webkit_back_forward_list_get_forward_list_with_limit(backForwardList, backForwardList->priv->backForwardItems->forwardListCount());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.h93 virtual HRESULT STDMETHODCALLTYPE forwardListCount(
H A DWebBackForwardList.cpp259 HRESULT STDMETHODCALLTYPE WebBackForwardList::forwardListCount( function in class:WebBackForwardList
262 *count = m_backForwardList->forwardListCount();
H A DWebView.cpp5400 int lastItemIndex = otherBackForwardList->forwardListCount();
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.cpp111 if (core->forwardListCount() < 1)
180 int limit = core->forwardListCount();
196 return core->forwardListCount();
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp381 return backForwardList->forwardListCount();
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebhistory.cpp356 return d->lst->forwardListCount() > 0;

Completed in 320 milliseconds

12