Searched refs:historyForwardListCount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DBackForwardClientImpl.cpp112 return m_webView->client()->historyForwardListCount();
H A DChromeClientImpl.cpp952 return !m_webView->client()->historyForwardListCount();
/external/chromium_org/content/public/test/
H A Drender_view_fake_resources_test.cc217 impl->historyForwardListCount() + 1);
H A Drender_view_test.cc359 impl->historyForwardListCount() + 1;
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h302 virtual int historyForwardListCount() { return 0; } function in class:WebKit::WebViewClient
/external/chromium_org/content/renderer/
H A Drender_view_impl.h508 virtual int historyForwardListCount();
H A Drender_view_impl.cc2833 int RenderViewImpl::historyForwardListCount() { function in class:content::RenderViewImpl
3371 historyForwardListCount() < 1 &&

Completed in 109 milliseconds