HomeSort by relevance Sort by last modified time
    Searched refs:onReceivedIcon (Results 1 - 16 of 16) sorted by null

  /packages/apps/Browser/src/com/android/browser/
CombinedBookmarkHistoryActivity.java 67 public void onReceivedIcon(String url, Bitmap icon) {
70 listener.onReceivedIcon(url, icon);
BrowserHistoryPage.java 61 public void onReceivedIcon(String url, Bitmap icon) {
BrowserBookmarksPage.java 407 public void onReceivedIcon(String url,
Tab.java     [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java 60 public void onReceivedIcon(WebView view, Bitmap icon) {
61 mWrappedClient.onReceivedIcon(view, icon);
  /frameworks/base/core/java/android/webkit/
WebChromeClient.java 46 public void onReceivedIcon(WebView view, Bitmap icon) {}
WebIconDatabase.java 72 mListener.onReceivedIcon(mUrl, mIcon);
191 public void onReceivedIcon(String url, Bitmap icon);
BrowserFrame.java 779 mCallbackProxy.onReceivedIcon(icon);
    [all...]
CallbackProxy.java 280 mWebChromeClient.onReceivedIcon(mWebView, (Bitmap) msg.obj);
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebIconDatabaseTest.java 211 public synchronized void onReceivedIcon(String url, Bitmap icon) {
WebChromeClientTest.java 118 method = "onReceivedIcon",
469 public void onReceivedIcon(WebView view, Bitmap icon) {
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 269 milliseconds