Searched defs:favicon (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java38 // The favicon for this item.
124 * Return the favicon of this history item or null if no favicon was found.
125 * @return A Bitmap containing the favicon for this history item or null.
164 * Set the favicon.
165 * @param icon A Bitmap containing the favicon for this history item.
212 Bitmap favicon, byte[] data) {
216 mFavicon = favicon;
211 update(String url, String originalUrl, String title, Bitmap favicon, byte[] data) argument
H A DWebViewClient.java52 * @param favicon The favicon for this page if it already exists in the
55 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
H A DBrowserFrame.java356 private void loadStarted(String url, Bitmap favicon, int loadType, argument
365 mCallbackProxy.onPageStarted(url, favicon);
776 * @param icon A Bitmap representing a page's favicon.
H A DCallbackProxy.java830 public void onPageStarted(String url, Bitmap favicon) { argument
845 msg.obj = favicon;
/frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
H A DPowerTestActivity.java211 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java222 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument

Completed in 1533 milliseconds