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

  /external/webkit/WebKit/gtk/WebCoreSupport/
InspectorClientGtk.cpp 102 inspectorURI.set(g_filename_to_uri(fullPath.get(), NULL, NULL));
104 inspectorURI.set(g_filename_to_uri(DATA_DIR"/webkit-1.0/webinspector/inspector.html", NULL, NULL));
121 URL.set(g_filename_to_uri(fullPath.get(), NULL, NULL));
123 URL.set(g_filename_to_uri(DATA_DIR"/webkit-1.0/webinspector/localizedStrings.js", NULL, NULL));
FrameLoaderClientGtk.cpp 985 gchar* errorURI = g_filename_to_uri(DATA_DIR"/webkit-1.0/resources/error.html", NULL, NULL);
    [all...]
  /external/webkit/WebKit/gtk/tests/
testdownload.c 50 tmpDir = g_filename_to_uri(g_get_tmp_dir(), NULL, NULL);
94 gchar *uri = g_filename_to_uri(temporaryFilename, NULL, NULL);
109 gchar *uri = g_filename_to_uri(filename, NULL, NULL);
  /external/bluetooth/glib/glib/
gconvert.h 108 #define g_filename_to_uri g_filename_to_uri_utf8 macro
126 gchar *g_filename_to_uri (const gchar *filename,
gconvert.c 1900 g_filename_to_uri (const gchar *filename, function
1938 #undef g_filename_to_uri macro
1941 g_filename_to_uri (const gchar *filename, function
    [all...]
galiasdef.c 506 #undef g_filename_to_uri macro
507 extern __typeof (g_filename_to_uri) g_filename_to_uri __attribute((alias("IA__g_filename_to_uri"), visibility("default")));
    [all...]
galias.h 499 extern __typeof (g_filename_to_uri) IA__g_filename_to_uri __attribute((visibility("hidden"))) G_GNUC_MALLOC;
500 #define g_filename_to_uri IA__g_filename_to_uri macro
    [all...]
  /external/bluetooth/glib/tests/
uri-test.c 185 res = g_filename_to_uri (to_uri_tests[i].filename,
364 uri = g_filename_to_uri (to_uri_tests[i].filename,
370 g_print ("g_filename_to_uri failed unexpectedly: %s\n",
  /external/bluetooth/glib/gio/
glocalfile.c 374 return g_filename_to_uri (G_LOCAL_FILE (file)->filename, NULL, NULL);
    [all...]
glocalfileinfo.c 1278 uri = g_filename_to_uri (path, NULL, NULL);
    [all...]
  /external/webkit/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 743 milliseconds