Home
last modified time | relevance | path

Searched refs:onReceivedIcon (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/webkit/
DWebIconDatabase.java48 public void onReceivedIcon(String url, Bitmap icon); in onReceivedIcon() method
DWebChromeClient.java47 public void onReceivedIcon(WebView view, Bitmap icon) {} in onReceivedIcon() method in WebChromeClient
/frameworks/webview/chromium/java/com/android/webview/chromium/
DWebViewContentsClientAdapter.java428 public void onReceivedIcon(Bitmap bitmap) { in onReceivedIcon() method in WebViewContentsClientAdapter
432 mWebChromeClient.onReceivedIcon(mWebView, bitmap); in onReceivedIcon()
/frameworks/base/api/
Dcurrent.txt30016 method public void onReceivedIcon(android.webkit.WebView, android.graphics.Bitmap);
30046 method public abstract void onReceivedIcon(java.lang.String, android.graphics.Bitmap);