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

/external/chromium_org/third_party/WebKit/Source/web/
H A DBackForwardClientImpl.cpp53 return m_webView->client()->historyBackListCount();
H A DFrameLoaderClientImpl.cpp545 offset = std::max(offset, -webview->client()->historyBackListCount());
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h229 virtual int historyBackListCount() { return 0; } function in class:blink::WebViewClient
/external/chromium_org/content/public/test/
H A Drender_view_test.cc417 int history_list_length = impl->historyBackListCount() +
/external/chromium_org/content/renderer/
H A Drender_view_impl.h422 virtual int historyBackListCount();
H A Drender_view_impl.cc2021 int RenderViewImpl::historyBackListCount() { function in class:content::RenderViewImpl
2026 return history_list_length_ - historyBackListCount() - 1;
H A Drender_frame_impl.cc3666 render_view_->historyBackListCount() < 1 &&

Completed in 613 milliseconds