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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebdatabase.cpp 409 WTF::String corePath = WebCore::DatabaseTracker::tracker().fullPathForDatabase(core(priv->origin), coreName);
411 if (corePath.isEmpty())
415 priv->filename = g_strdup(corePath.utf8().data());
495 WTF::String corePath = WTF::String::fromUTF8(path);
496 WebCore::DatabaseTracker::tracker().setDatabaseDirectoryPath(corePath);
499 webkit_database_directory_path = g_strdup(corePath.utf8().data());
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 105 WTF::String corePath = WTF::String::fromUTF8(path);
106 WebCore::DatabaseTracker::tracker().setDatabaseDirectoryPath(corePath);
108 _ewk_default_web_database_path = eina_stringshare_add(corePath.utf8().data());
110 eina_stringshare_replace(&_ewk_default_web_database_path, corePath.utf8().data());

Completed in 2909 milliseconds