/external/webkit/Source/WebKit2/WebProcess/WebPage/ |
D | WebBackForwardListProxy.cpp | 185 int WebBackForwardListProxy::backListCount() in backListCount() function in WebKit::WebBackForwardListProxy 190 int backListCount = 0; in backListCount() local 191 …kListCount(), Messages::WebPageProxy::BackForwardBackListCount::Reply(backListCount), m_page->page… in backListCount() 194 return backListCount; in backListCount()
|
D | WebBackForwardListProxy.h | 57 virtual int backListCount();
|
/external/webkit/Source/WebKit/chromium/src/ |
D | BackForwardListChromium.cpp | 87 if (index > forwardListCount() || -index > backListCount()) in itemAtIndex() 104 int BackForwardListChromium::backListCount() in backListCount() function in WebKit::BackForwardListChromium
|
D | BackForwardListChromium.h | 54 virtual int backListCount();
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkhistory.cpp | 112 int QWKHistory::backListCount() const in backListCount() function in QWKHistory 124 return backListCount() + forwardListCount(); in count()
|
D | qwkhistory.h | 63 int backListCount() const;
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundleBackForwardList.cpp | 47 return toImpl(listRef)->backListCount(); in WKBundleBackForwardListGetBackListCount()
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/ |
D | InjectedBundleBackForwardList.h | 52 int backListCount() const;
|
D | InjectedBundleBackForwardList.cpp | 49 int InjectedBundleBackForwardList::backListCount() const in backListCount() function in WebKit::InjectedBundleBackForwardList
|
/external/webkit/Source/WebCore/history/ |
D | BackForwardList.h | 51 virtual int backListCount() = 0;
|
D | BackForwardController.cpp | 84 return m_client->backListCount(); in backCount()
|
D | BackForwardListImpl.h | 68 virtual int backListCount();
|
D | BackForwardListImpl.cpp | 218 int BackForwardListImpl::backListCount() in backListCount() function in WebCore::BackForwardListImpl
|
/external/webkit/Source/WebKit/efl/ewk/ |
D | ewk_history.cpp | 139 if (core->backListCount() < 1) in ewk_history_back() 338 int limit = core->backListCount(); in ewk_history_back_list_get() 378 return core->backListCount(); in ewk_history_back_list_length()
|
/external/webkit/Source/WebKit/mac/History/ |
D | WebBackForwardList.h | 140 - (int)backListCount;
|
D | WebBackForwardList.mm | 306 - (int)backListCount 308 return core(self)->backListCount();
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKBackForwardList.cpp | 61 return toImpl(listRef)->backListCount(); in WKBackForwardListGetBackListCount()
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebBackForwardList.cpp | 160 int WebBackForwardList::backListCount() in backListCount() function in WebKit::WebBackForwardList 178 unsigned backListSize = static_cast<unsigned>(backListCount()); in backListAsImmutableArrayWithLimit()
|
D | WebBackForwardList.h | 74 int backListCount();
|
/external/webkit/Source/WebKit/win/ |
D | WebBackForwardList.cpp | 252 HRESULT STDMETHODCALLTYPE WebBackForwardList::backListCount( in backListCount() function in WebBackForwardList 255 *count = m_backForwardList->backListCount(); in backListCount()
|
D | WebBackForwardList.h | 90 virtual HRESULT STDMETHODCALLTYPE backListCount(
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebBackForwardList.idl | 144 @method backListCount 147 - (int)backListCount; 149 HRESULT backListCount([out, retval] int* count);
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebhistory.cpp | 348 return d->lst->backListCount() > 0; in canGoBack() 436 return d->lst->backListCount(); in currentItemIndex()
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 662 int backListCount; in dumpBackForwardList() local 663 if (FAILED(bfList->backListCount(&backListCount))) in dumpBackForwardList() 666 for (int i = -1; i >= -backListCount; --i) { in dumpBackForwardList()
|
/external/webkit/Source/WebKit/gtk/webkit/ |
D | webkitwebbackforwardlist.cpp | 361 return backForwardList->backListCount(); in webkit_web_back_forward_list_get_back_length()
|