Home
last modified time | relevance | path

Searched refs:iconDatabasePath (Results 1 – 14 of 14) sorted by relevance

/external/webkit/Source/WebKit/gtk/webkit/
Dwebkitglobals.cpp275 …GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_user_data_dir(), "webkit", "icondatabase", … in webkitInit() local
276 webkit_icon_database_set_path(webkit_get_icon_database(), iconDatabasePath.get()); in webkitInit()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp206 void WKContextSetIconDatabasePath(WKContextRef contextRef, WKStringRef iconDatabasePath) in WKContextSetIconDatabasePath() argument
208 toImpl(contextRef)->setIconDatabasePath(toImpl(iconDatabasePath)->string()); in WKContextSetIconDatabasePath()
DWKContextPrivate.h57 WK_EXPORT void WKContextSetIconDatabasePath(WKContextRef context, WKStringRef iconDatabasePath);
/external/webkit/Source/WebKit/qt/Api/
Dqwebsettings.h120 static QString iconDatabasePath();
Dqwebsettings.cpp666 QString QWebSettings::iconDatabasePath() in iconDatabasePath() function in QWebSettings
/external/webkit/Source/WebKit2/UIProcess/
DWebContext.h210 String iconDatabasePath() const;
DWebContext.cpp248 parameters.iconDatabaseEnabled = !iconDatabasePath().isEmpty(); in ensureWebProcess()
734 String WebContext::iconDatabasePath() const in iconDatabasePath() function in WebKit::WebContext
/external/webkit/Tools/DumpRenderTree/gtk/
DLayoutTestControllerGtk.cpp512 …GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_tmp_dir(), "DumpRenderTree", "icondatabase"… in setIconDatabaseEnabled() local
513 webkit_icon_database_set_path(database, iconDatabasePath.get()); in setIconDatabaseEnabled()
/external/webkit/Source/WebKit/qt/declarative/
Dqdeclarativewebview.cpp262 if (QWebSettings::iconDatabasePath().isNull() && in init()
/external/webkit/Source/WebKit/qt/tests/qwebpage/
Dtst_qwebpage.cpp2293 QVERIFY(webPage.settings()->iconDatabasePath().isEmpty()); in testEnablePersistentStorage()
2304 QTRY_VERIFY(!webPage.settings()->iconDatabasePath().isEmpty()); in testEnablePersistentStorage()
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def237 …?iconDatabasePath@QWebSettings@@SA?AVQString@@XZ @ 236 NONAME ; class QString QWebSettings::iconDa…
/external/webkit/Source/WebKit/qt/
DChangeLog1450 (QWebSettings::iconDatabasePath):
DChangeLog-2011-02-1616170 (QWebSettings::iconDatabasePath):
22592 (QWebSettings::iconDatabasePath):
/external/webkit/Source/WebKit2/
DChangeLog8348 (WebKit::WebContext::iconDatabasePath):