Home | History | Annotate | Download | only in browser

Lines Matching refs:favicon

460         public void onPageStarted(WebView view, String url, Bitmap favicon) {
496 // update the bookmark database for favicon
497 if (favicon != null) {
499 .getContentResolver(), null, url, favicon);
511 mActivity.onPageStarted(view, url, favicon);
1247 public void onPageStarted(WebView view, String url, Bitmap favicon) {
1763 * Get the favicon of this tab. Valid after calling populatePickerData, but
1765 * @return The WebView's favicon or null.