Home
last modified time | relevance | path

Searched refs:forwardListCount (Results 1 – 25 of 39) sorted by relevance

12

/external/webkit/Source/WebKit2/WebProcess/WebPage/
DWebBackForwardListProxy.cpp197 int WebBackForwardListProxy::forwardListCount() in forwardListCount() function in WebKit::WebBackForwardListProxy
202 int forwardListCount = 0; in forwardListCount() local
203 …Count(), Messages::WebPageProxy::BackForwardForwardListCount::Reply(forwardListCount), m_page->pag… in forwardListCount()
206 return forwardListCount; in forwardListCount()
DWebBackForwardListProxy.h58 virtual int forwardListCount();
/external/webkit/Source/WebKit/chromium/src/
DBackForwardListChromium.cpp87 if (index > forwardListCount() || -index > backListCount()) in itemAtIndex()
112 int BackForwardListChromium::forwardListCount() in forwardListCount() function in WebKit::BackForwardListChromium
DBackForwardListChromium.h55 virtual int forwardListCount();
/external/webkit/Source/WebKit2/UIProcess/
DWebBackForwardList.cpp154 if (index > forwardListCount()) in itemAtIndex()
167 int WebBackForwardList::forwardListCount() in forwardListCount() function in WebKit::WebBackForwardList
197 unsigned size = std::min(static_cast<unsigned>(forwardListCount()), limit); in forwardListAsImmutableArrayWithLimit()
DWebBackForwardList.h75 int forwardListCount();
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkhistory.cpp117 int QWKHistory::forwardListCount() const in forwardListCount() function in QWKHistory
124 return backListCount() + forwardListCount(); in count()
Dqwkhistory.h64 int forwardListCount() const;
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundleBackForwardList.cpp52 return toImpl(listRef)->forwardListCount(); in WKBundleBackForwardListGetForwardListCount()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleBackForwardList.h53 int forwardListCount() const;
DInjectedBundleBackForwardList.cpp59 int InjectedBundleBackForwardList::forwardListCount() const in forwardListCount() function in WebKit::InjectedBundleBackForwardList
/external/webkit/Source/WebCore/history/
DBackForwardList.h52 virtual int forwardListCount() = 0;
DBackForwardListImpl.cpp223 int BackForwardListImpl::forwardListCount() in forwardListCount() function in WebCore::BackForwardListImpl
234 if (index > forwardListCount()) in itemAtIndex()
DBackForwardController.cpp89 return m_client->forwardListCount(); in forwardCount()
DBackForwardListImpl.h69 virtual int forwardListCount();
/external/webkit/Source/WebKit/efl/ewk/
Dewk_history.cpp123 if (core->forwardListCount() < 1) in ewk_history_forward()
278 int limit = core->forwardListCount(); in ewk_history_forward_list_get()
318 return core->forwardListCount(); in ewk_history_forward_list_length()
/external/webkit/Source/WebKit/mac/History/
DWebBackForwardList.h147 - (int)forwardListCount;
DWebBackForwardList.mm311 - (int)forwardListCount
313 return core(self)->forwardListCount();
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKBackForwardList.cpp66 return toImpl(listRef)->forwardListCount(); in WKBackForwardListGetForwardListCount()
/external/webkit/Source/WebKit/win/
DWebBackForwardList.cpp259 HRESULT STDMETHODCALLTYPE WebBackForwardList::forwardListCount( in forwardListCount() function in WebBackForwardList
262 *count = m_backForwardList->forwardListCount(); in forwardListCount()
DWebBackForwardList.h93 virtual HRESULT STDMETHODCALLTYPE forwardListCount(
/external/webkit/Source/WebKit/win/Interfaces/
DIWebBackForwardList.idl152 @method forwardListCount
155 - (int)forwardListCount;
157 HRESULT forwardListCount([out, retval] int* sizecount);
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp637 int forwardListCount; in dumpBackForwardList() local
638 if (FAILED(bfList->forwardListCount(&forwardListCount))) in dumpBackForwardList()
641 for (int i = forwardListCount; i > 0; --i) { in dumpBackForwardList()
/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitwebbackforwardlist.cpp380 return backForwardList->forwardListCount(); in webkit_web_back_forward_list_get_forward_length()
/external/webkit/Source/WebKit/qt/Api/
Dqwebhistory.cpp358 return d->lst->forwardListCount() > 0; in canGoForward()

12