Home | History | Annotate | Download | only in Api

Lines Matching refs:DATABASE

239 #if ENABLE(DATABASE)
317 cache, icon database, local database storage and offline
337 enable the use of an offline storage database by calling the
631 Sets the path of the icon database to \a path. The icon database is used
636 Setting an empty path disables the icon database.
661 Returns the path of the icon database or an empty string if the icon
662 database is disabled.
675 Clears the icon database.
687 database, a null QIcon is returned.
708 Returns the plugin database object.
712 static QWebPluginDatabase* database = 0;
713 if (!database)
714 database = new QWebPluginDatabase();
715 return database;
914 Sets \a path as the save location for HTML5 client-side database storage data.
927 #if ENABLE(DATABASE)
935 Returns the path of the HTML5 client-side database storage or an empty string if the
942 #if ENABLE(DATABASE)