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

12

/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardList.cpp47 return toImpl(listRef)->backListCount();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebCoreSupport/
H A DBackForwardListBlackBerry.cpp41 return m_impl->backListCount();
84 int BackForwardListBlackBerry::backListCount() function in class:WebCore::BackForwardListBlackBerry
86 return m_impl->backListCount();
H A DBackForwardListBlackBerry.h53 virtual int backListCount();
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DBackForwardList.h51 virtual int backListCount() = 0;
H A DBackForwardController.cpp89 return m_client->backListCount();
H A DBackForwardListImpl.h68 virtual int backListCount();
H A DBackForwardListImpl.cpp206 int BackForwardListImpl::backListCount()
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebBackForwardList.h130 @method backListCount
134 - (int)backListCount;
H A DWebBackForwardList.mm306 - (int)backListCount
308 return core(self)->backListCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h50 int backListCount() const;
H A DInjectedBundleBackForwardList.cpp49 int InjectedBundleBackForwardList::backListCount() const function in class:WebKit::InjectedBundleBackForwardList
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/
H A DWKBackForwardList.cpp61 return toImpl(listRef)->backListCount();
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/
H A DWebBackForwardListProxy.h58 virtual int backListCount();
H A DWebBackForwardListProxy.cpp192 int WebBackForwardListProxy::backListCount() function in class:WebKit::WebBackForwardListProxy
197 int backListCount = 0; local
198 if (!WebProcess::shared().parentProcessConnection()->sendSync(Messages::WebPageProxy::BackForwardBackListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_page->pageID()))
201 return backListCount;
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DIWebBackForwardList.idl144 @method backListCount
147 - (int)backListCount;
149 HRESULT backListCount([out, retval] int* count);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebBackForwardList.h72 int backListCount() const;
H A DWebBackForwardList.cpp180 if (index < -backListCount())
189 int WebBackForwardList::backListCount() const function in class:WebKit::WebBackForwardList
210 unsigned backListSize = static_cast<unsigned>(backListCount());
H A DWebPageProxy.cpp3081 count = m_backForwardList->backListCount();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/gtk/
H A DWebKitBackForwardList.cpp225 return priv->backForwardItems->backListCount() + priv->backForwardItems->forwardListCount() + currentItem;
239 return webkit_back_forward_list_get_back_list_with_limit(backForwardList, backForwardList->priv->backForwardItems->backListCount());
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebBackForwardList.h90 virtual HRESULT STDMETHODCALLTYPE backListCount(
H A DWebBackForwardList.cpp252 HRESULT STDMETHODCALLTYPE WebBackForwardList::backListCount( function in class:WebBackForwardList
255 *count = m_backForwardList->backListCount();
H A DWebView.cpp5401 for (int i = -otherBackForwardList->backListCount(); i <= lastItemIndex; ++i) {
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_history.cpp120 if (core->backListCount() < 1)
203 int limit = core->backListCount();
219 return core->backListCount();
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebhistory.cpp346 return d->lst->backListCount() > 0;
434 return d->lst->backListCount();
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp362 return backForwardList->backListCount();

Completed in 157 milliseconds

12