Searched defs:backListCount (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardList.cpp49 int InjectedBundleBackForwardList::backListCount() const function in class:WebKit::InjectedBundleBackForwardList
/external/webkit/Source/WebKit/chromium/src/
H A DBackForwardListChromium.cpp87 if (index > forwardListCount() || -index > backListCount())
104 int BackForwardListChromium::backListCount() function in class:WebKit::BackForwardListChromium
/external/webkit/Source/WebKit2/UIProcess/
H A DWebBackForwardList.cpp160 int WebBackForwardList::backListCount() function in class:WebKit::WebBackForwardList
178 unsigned backListSize = static_cast<unsigned>(backListCount());
/external/webkit/Source/WebKit2/UIProcess/API/qt/
H A Dqwkhistory.cpp112 int QWKHistory::backListCount() const function in class:QWKHistory
124 return backListCount() + forwardListCount();
/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;
/external/webkit/Source/WebCore/history/
H A DBackForwardListImpl.cpp218 int BackForwardListImpl::backListCount() function in class:BackForwardListImpl
/external/webkit/Source/WebKit/win/
H A DWebBackForwardList.cpp252 HRESULT STDMETHODCALLTYPE WebBackForwardList::backListCount( function in class:WebBackForwardList
255 *count = m_backForwardList->backListCount();
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp364 gint backListCount = webkit_web_back_forward_list_get_back_length(bfList); local
365 for (int i = -1; i >= -(backListCount); i--) {
/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) {
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp1108 int backListCount = WKBundleBackForwardListGetBackListCount(list); local
1109 for (int i = -1; i >= -backListCount; --i) {

Completed in 211 milliseconds