Home | History | Annotate | Download | only in browser

Lines Matching defs:favicon

820                                     (Bitmap) b.getParcelable(BrowserContract.Bookmarks.FAVICON)));
912 Bitmap favicon;
916 favicon = (Bitmap) mMap.getParcelable(
917 BrowserContract.Bookmarks.FAVICON);
920 favicon = null;
926 bundle.putParcelable(BrowserContract.Bookmarks.FAVICON, favicon);
938 title, null /*touchIcon*/, favicon));