Home | History | Annotate | Download | only in webkit

Lines Matching refs:IconDatabase

26 #include "IconDatabase.h"
46 * ~/.local/share/webkit/icondatabase, depending on XDG_DATA_HOME.
204 if (WebCore::iconDatabase().isEnabled()) {
205 WebCore::iconDatabase().setEnabled(false);
206 WebCore::iconDatabase().close();
226 WebCore::iconDatabase().close();
230 WebCore::iconDatabase().setEnabled(false);
236 WebCore::iconDatabase().setEnabled(true);
237 WebCore::iconDatabase().open(WebCore::filenameToString(database->priv->path.get()), WebCore::IconDatabase::defaultDatabaseFilename());
264 return g_strdup(WebCore::iconDatabase().synchronousIconURLForPageURL(pageURL).utf8().data());
292 // The exact size we pass is irrelevant to the WebCore::iconDatabase code.
294 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(pageURL, WebCore::IntSize(16, 16));
315 WebCore::iconDatabase().removeAllIcons();