Searched refs:historyBackListCount (Results 1 – 7 of 7) sorted by relevance
55 return m_webView->client()->historyBackListCount(); in backListCount()
526 offset = std::max(offset, -webview->client()->historyBackListCount()); in navigateBackForward()
224 virtual int historyBackListCount() { return 0; } in historyBackListCount() function
408 int history_list_length = impl->historyBackListCount() + in GoToOffset()
443 virtual int historyBackListCount();
1752 int RenderViewImpl::historyBackListCount() { in historyBackListCount() function in content::RenderViewImpl1757 return history_list_length_ - historyBackListCount() - 1; in historyForwardListCount()
3309 render_view_->historyBackListCount() < 1 && in DecidePolicyForNavigation()