Searched refs:iconDatabasePath (Results 1 – 14 of 14) sorted by relevance
275 …GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_user_data_dir(), "webkit", "icondatabase", … in webkitInit() local276 webkit_icon_database_set_path(webkit_get_icon_database(), iconDatabasePath.get()); in webkitInit()
206 void WKContextSetIconDatabasePath(WKContextRef contextRef, WKStringRef iconDatabasePath) in WKContextSetIconDatabasePath() argument208 toImpl(contextRef)->setIconDatabasePath(toImpl(iconDatabasePath)->string()); in WKContextSetIconDatabasePath()
57 WK_EXPORT void WKContextSetIconDatabasePath(WKContextRef context, WKStringRef iconDatabasePath);
120 static QString iconDatabasePath();
666 QString QWebSettings::iconDatabasePath() in iconDatabasePath() function in QWebSettings
210 String iconDatabasePath() const;
248 parameters.iconDatabaseEnabled = !iconDatabasePath().isEmpty(); in ensureWebProcess()734 String WebContext::iconDatabasePath() const in iconDatabasePath() function in WebKit::WebContext
512 …GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_tmp_dir(), "DumpRenderTree", "icondatabase"… in setIconDatabaseEnabled() local513 webkit_icon_database_set_path(database, iconDatabasePath.get()); in setIconDatabaseEnabled()
262 if (QWebSettings::iconDatabasePath().isNull() && in init()
2293 QVERIFY(webPage.settings()->iconDatabasePath().isEmpty()); in testEnablePersistentStorage()2304 QTRY_VERIFY(!webPage.settings()->iconDatabasePath().isEmpty()); in testEnablePersistentStorage()
237 …?iconDatabasePath@QWebSettings@@SA?AVQString@@XZ @ 236 NONAME ; class QString QWebSettings::iconDa…
1450 (QWebSettings::iconDatabasePath):
16170 (QWebSettings::iconDatabasePath):22592 (QWebSettings::iconDatabasePath):
8348 (WebKit::WebContext::iconDatabasePath):