See Also: WebIconDatabase Members
Functions for manipulating the icon database used by WebView. These functions require that a WebView be constructed before being invoked and WebView.getIconDatabase() will return a WebIconDatabase object. This WebIconDatabase object is a single instance and all methods operate on that single object. The main use-case for this class is calling WebIconDatabase.Open(string) to enable favicon functionality on all WebView instances in this process.