Home | History | Annotate | Download | only in Api

Lines Matching full:icon

264     cache and the Web page icon database, local database storage and offline
323 \value DefaultFrameIconGraphic The default icon for QWebFrame::icon().
514 Sets the path of the icon database to \a path. The icon database is used
519 Setting an empty path disables the icon database.
537 Returns the path of the icon database or an empty string if the icon
551 Clears the icon database.
560 Returns the web site's icon for \a url.
562 If the web site does not specify an icon, or the icon is not in the
565 \note The returned icon's size is arbitrary.
576 QPixmap* icon = image->nativeImageForCurrentFrame();
577 if (!icon)
580 return* icon;