Searched defs:historyBackListCount (Results 1 - 2 of 2) sorted by relevance

/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/renderer/
H A Drender_view_impl.cc2021 int RenderViewImpl::historyBackListCount() { function in class:content::RenderViewImpl
2026 return history_list_length_ - historyBackListCount() - 1;

Completed in 1134 milliseconds