HomeSort by relevance Sort by last modified time
    Searched full:webkit_database_directory_path (Results 1 - 1 of 1) sorted by null

  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebdatabase.cpp 77 static gchar* webkit_database_directory_path = NULL; variable
475 g_free(webkit_database_directory_path);
476 webkit_database_directory_path = g_strdup(path.utf8().data());
477 return webkit_database_directory_path;
498 g_free(webkit_database_directory_path);
499 webkit_database_directory_path = g_strdup(corePath.utf8().data());

Completed in 125 milliseconds