Searched refs:WebBackForwardListClient (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebBackForwardListClient.java24 public abstract class WebBackForwardListClient { class
H A DCallbackProxy.java76 private volatile WebBackForwardListClient mWebBackForwardListClient;
252 void setWebBackForwardListClient(WebBackForwardListClient client) {
256 WebBackForwardListClient getWebBackForwardListClient() {
H A DWebViewClassic.java4084 * WebBackForwardListClient for handling new items and changes in the
4086 * @param client An implementation of WebBackForwardListClient.
4088 public void setWebBackForwardListClient(WebBackForwardListClient client) {
4093 * Gets the WebBackForwardListClient.
4095 public WebBackForwardListClient getWebBackForwardListClient() {

Completed in 76 milliseconds