Home
last modified time | relevance | path

Searched refs:canGoForward (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/webkit/
DWebView.java125 public boolean canGoForward() { in canGoForward() method in WebView
/frameworks/base/core/java/android/webkit/
DWebViewProvider.java132 public boolean canGoForward(); in canGoForward() method
DWebView.java979 public boolean canGoForward() { in canGoForward() method in WebView
981 return mProvider.canGoForward(); in canGoForward()
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewChromium.java708 public boolean canGoForward() {
714 return canGoForward();
719 return mAwContents.canGoForward();
/frameworks/base/docs/html/guide/webapps/
Dwebview.jd324 android.webkit.WebView#canGoForward()} to check whether there is a forward history. If you don't
/frameworks/base/api/
Dcurrent.txt30241 method public boolean canGoForward();