Lines Matching full:icon
125 // the lock icon type and previous lock icon type for the tab
473 // If we start a touch icon load and then load a new page, we don't
474 // want to cancel the current touch icon loader. But, we do want to
475 // create a new one when the touch icon url is known.
540 * Updates the lock icon. This method is called when we discover another
542 * we update the icon type, we do not update the lock icon itself until
1000 public void onReceivedIcon(WebView view, Bitmap icon) {
1001 if (icon != null) {
1004 .getUrl(), icon);
1007 mActivity.setFavicon(icon);
1147 * Ask the browser for an icon to represent a <video> element.
1148 * This icon will be used if the Web page did not specify a poster attribute.
1149 * @return Bitmap The icon or null if no such icon is available.
1763 * Saves the current lock-icon state before resetting the lock icon. If we
1775 * Reverts the lock-icon state to the last saved state, for example, if we
1783 * @return The tab's lock icon type.