HomeSort by relevance Sort by last modified time
    Searched refs:iconDatabasePath (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKContextPrivate.h 57 WK_EXPORT void WKContextSetIconDatabasePath(WKContextRef context, WKStringRef iconDatabasePath);
WKContext.cpp 206 void WKContextSetIconDatabasePath(WKContextRef contextRef, WKStringRef iconDatabasePath)
208 toImpl(contextRef)->setIconDatabasePath(toImpl(iconDatabasePath)->string());
  /external/webkit/Source/WebKit/gtk/webkit/
webkitglobals.cpp 275 GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_user_data_dir(), "webkit", "icondatabase", NULL));
276 webkit_icon_database_set_path(webkit_get_icon_database(), iconDatabasePath.get());
  /external/webkit/Source/WebKit/qt/Api/
qwebsettings.h 120 static QString iconDatabasePath();
qwebsettings.cpp 638 \sa iconDatabasePath(), clearIconDatabase()
666 QString QWebSettings::iconDatabasePath()
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebContext.h 210 String iconDatabasePath() const;
WebContext.cpp 248 parameters.iconDatabaseEnabled = !iconDatabasePath().isEmpty();
734 String WebContext::iconDatabasePath() const
  /external/webkit/Tools/DumpRenderTree/gtk/
LayoutTestControllerGtk.cpp 512 GOwnPtr<gchar> iconDatabasePath(g_build_filename(g_get_tmp_dir(), "DumpRenderTree", "icondatabase", NULL));
513 webkit_icon_database_set_path(database, iconDatabasePath.get());
    [all...]
  /external/webkit/Source/WebKit/qt/declarative/
qdeclarativewebview.cpp 262 if (QWebSettings::iconDatabasePath().isNull() &&
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]

Completed in 504 milliseconds