|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <WebIconDatabasePrivate.h>
Instance Methods | |
| (BOOL) | - isEnabled |
| (void) | - setEnabled: |
| (void) | - removeAllIcons |
| - (BOOL) isEnabled |
isEnabled Returns true if the icon database is currently enabled, or false if it is disabled.
| - (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: Enables or disables the icon database based on the flag passed in.
| flag | Pass true to enable the icon database, or false to disable it. |
1.8.13