Home
last modified time | relevance | path

Searched refs:historyBackListCount (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DBackForwardClientImpl.cpp55 return m_webView->client()->historyBackListCount(); in backListCount()
DFrameLoaderClientImpl.cpp526 offset = std::max(offset, -webview->client()->historyBackListCount()); in navigateBackForward()
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h224 virtual int historyBackListCount() { return 0; } in historyBackListCount() function
/external/chromium_org/content/public/test/
Drender_view_test.cc408 int history_list_length = impl->historyBackListCount() + in GoToOffset()
/external/chromium_org/content/renderer/
Drender_view_impl.h443 virtual int historyBackListCount();
Drender_view_impl.cc1752 int RenderViewImpl::historyBackListCount() { in historyBackListCount() function in content::RenderViewImpl
1757 return history_list_length_ - historyBackListCount() - 1; in historyForwardListCount()
Drender_frame_impl.cc3309 render_view_->historyBackListCount() < 1 && in DecidePolicyForNavigation()