Home | History | Annotate | Download | only in browser

Lines Matching defs:favicon

493             Bitmap favicon = getFavicon(position);
494 if (favicon == null) {
508 // filtering the favicon.
516 // Create a rectangle that is slightly wider than the favicon
517 final float iconSize = 16 * density; // 16x16 favicon
531 // Draw a white rounded rectangle behind the favicon
534 // Draw the favicon in the same rectangle as the rounded
536 // (results in a 16x16 favicon).
538 canvas.drawBitmap(favicon, null, r, p);
703 * Return the favicon of the currently highlighted row.