Searched refs:g_filename_to_uri (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebKit/gtk/WebCoreSupport/
H A DInspectorClientGtk.cpp102 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));
H A DFrameLoaderClientGtk.cpp985 gchar* errorURI = g_filename_to_uri(DATA_DIR"/webkit-1.0/resources/error.html", NULL, NULL);
/external/webkit/WebKit/gtk/tests/
H A Dtestdownload.c50 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/
H A Dgconvert.h108 #define g_filename_to_uri g_filename_to_uri_utf8 macro
126 gchar *g_filename_to_uri (const gchar *filename,
H A Dgconvert.c1885 * g_filename_to_uri:
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
H A Dgaliasdef.c506 #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")));
H A Dgalias.h499 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
/external/bluetooth/glib/tests/
H A Duri-test.c185 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/
H A Dglocalfile.c374 return g_filename_to_uri (G_LOCAL_FILE (file)->filename, NULL, NULL);
H A Dglocalfileinfo.c1278 uri = g_filename_to_uri (path, NULL, NULL);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp3098 gchar* fileUri = g_filename_to_uri(uri, NULL, NULL);

Completed in 112 milliseconds