webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
WebIconDatabase(WebPendingPublic) Category Reference

#import <WebIconDatabasePrivate.h>

Instance Methods

(BOOL- isEnabled
 
(void- setEnabled:
 
(void- removeAllIcons
 

Method Documentation

◆ isEnabled()

- (BOOL) isEnabled

isEnabled Returns true if the icon database is currently enabled, or false if it is disabled.

◆ removeAllIcons()

- (void) removeAllIcons

removeAllIcons Causes the icon database to delete all of the images that it has stored, and to send out the notification WebIconDatabaseDidRemoveAllIconsNotification.

◆ setEnabled:()

- (void) setEnabled: (BOOL flag

setEnabled: Enables or disables the icon database based on the flag passed in.

Parameters
flagPass true to enable the icon database, or false to disable it.

The documentation for this category was generated from the following files: