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.cpp53 return m_webView->client()->historyBackListCount(); in backListCount()
DFrameLoaderClientImpl.cpp545 offset = std::max(offset, -webview->client()->historyBackListCount()); in navigateBackForward()
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h229 virtual int historyBackListCount() { return 0; } in historyBackListCount() function
/external/chromium_org/content/public/test/
Drender_view_test.cc417 int history_list_length = impl->historyBackListCount() + in GoToOffset()
/external/chromium_org/content/renderer/
Drender_view_impl.h422 virtual int historyBackListCount();
Drender_view_impl.cc2021 int RenderViewImpl::historyBackListCount() { in historyBackListCount() function in content::RenderViewImpl
2026 return history_list_length_ - historyBackListCount() - 1; in historyForwardListCount()
Drender_frame_impl.cc3666 render_view_->historyBackListCount() < 1 && in DecidePolicyForNavigation()