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

12

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
H A DWKBundleBackForwardList.cpp47 return toImpl(listRef)->backListCount();
/external/webkit/Source/WebCore/history/
H A DBackForwardList.h51 virtual int backListCount() = 0;
H A DBackForwardController.cpp84 return m_client->backListCount();
H A DBackForwardListImpl.h68 virtual int backListCount();
H A DBackForwardListImpl.cpp218 int BackForwardListImpl::backListCount() function in class:BackForwardListImpl
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.h54 virtual int backListCount();
H A DBackForwardListChromium.cpp87 if (index > forwardListCount() || -index > backListCount())
104 int BackForwardListChromium::backListCount() function in class:WebKit::BackForwardListChromium
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.h52 int backListCount() const;
H A DInjectedBundleBackForwardList.cpp49 int InjectedBundleBackForwardList::backListCount() const function in class:WebKit::InjectedBundleBackForwardList
/external/webkit/Source/WebKit/mac/History/
H A DWebBackForwardList.h136 @method backListCount
140 - (int)backListCount;
H A DWebBackForwardList.mm306 - (int)backListCount
308 return core(self)->backListCount();
/external/webkit/Source/WebKit2/UIProcess/API/C/
H A DWKBackForwardList.cpp61 return toImpl(listRef)->backListCount();
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebBackForwardListProxy.cpp185 int WebBackForwardListProxy::backListCount() function in class:WebKit::WebBackForwardListProxy
190 int backListCount = 0; local
191 if (!WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::BackForwardBackListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_page->pageID()))
194 return backListCount;
H A DWebBackForwardListProxy.h57 virtual int backListCount();
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebBackForwardList.idl144 @method backListCount
147 - (int)backListCount;
149 HRESULT backListCount([out, retval] int* count);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.h63 int backListCount() const;
H A Dqwkhistory.cpp112 int QWKHistory::backListCount() const function in class:QWKHistory
124 return backListCount() + forwardListCount();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.h74 int backListCount();
H A DWebBackForwardList.cpp160 int WebBackForwardList::backListCount() function in class:WebKit::WebBackForwardList
178 unsigned backListSize = static_cast<unsigned>(backListCount());
/external/webkit/Source/WebKit/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();
/external/webkit/Source/WebKit/efl/ewk/
H A Dewk_history.cpp139 if (core->backListCount() < 1)
338 int limit = core->backListCount();
378 return core->backListCount();
/external/webkit/Source/WebKit/qt/Api/
H A Dqwebhistory.cpp348 return d->lst->backListCount() > 0;
436 return d->lst->backListCount();
/external/webkit/Source/WebKit/gtk/webkit/
H A Dwebkitwebbackforwardlist.cpp361 return backForwardList->backListCount();
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp662 int backListCount; local
663 if (FAILED(bfList->backListCount(&backListCount)))
666 for (int i = -1; i >= -backListCount; --i) {

Completed in 655 milliseconds

12