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

/frameworks/base/core/java/android/webkit/
H A DWebHistoryItem.java41 // The favicon for this item.
133 * Return the favicon of this history item or null if no favicon was found.
134 * @return A Bitmap containing the favicon for this history item or null.
191 * Set the favicon.
192 * @param icon A Bitmap containing the favicon for this history item.
242 Bitmap favicon, byte[] data) {
246 mFavicon = favicon;
241 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.java397 private void loadStarted(String url, Bitmap favicon, int loadType, argument
406 mCallbackProxy.onPageStarted(url, favicon);
987 * @param icon A Bitmap representing a page's favicon.
H A DCallbackProxy.java915 public void onPageStarted(String url, Bitmap favicon) { argument
928 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/TileBenchmark/src/com/test/tilebenchmark/
H A DProfileActivity.java123 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
124 super.onPageStarted(view, url, favicon);
140 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument
141 super.onPageStarted(view, url, favicon);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DReliabilityTestActivity.java222 public void onPageStarted(WebView view, String url, Bitmap favicon) { argument

Completed in 162 milliseconds