Home
last modified time | relevance | path

Searched refs:g_markup_escape_text (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/glib/tests/
Dmarkup-escape-test.c17 gchar *result = g_markup_escape_text (original, -1); in test()
/external/bluetooth/glib/glib/
Dgmarkup.h132 gchar* g_markup_escape_text (const gchar *text,
Dgaliasdef.c1654 #undef g_markup_escape_text
1655 extern __typeof (g_markup_escape_text) g_markup_escape_text __attribute((alias("IA__g_markup_escape…
Dgalias.h1647 extern __typeof (g_markup_escape_text) IA__g_markup_escape_text __attribute((visibility("hidden")));
1648 #define g_markup_escape_text IA__g_markup_escape_text macro
/external/webkit/Source/WebCore/platform/gtk/
DDataObjectGtk.cpp117 GOwnPtr<gchar> escaped(g_markup_escape_text(actualLabel.utf8().data(), -1)); in setURL()
/external/chromium/chrome/browser/ui/gtk/bookmarks/
Dbookmark_utils_gtk.cc253 gchar* escaped_url_cstr = g_markup_escape_text(truncated_url.c_str(), in BuildTooltipFor()
264 gchar* escaped_title_cstr = g_markup_escape_text(truncated_title.c_str(), in BuildTooltipFor()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt1004 g_markup_escape_text
/external/bluetooth/glib/
DChangeLog.pre-2-101112 * glib/gmarkup.c (g_markup_escape_text): Doc addition
1181 * glib/gmarkup.c (g_markup_escape_text): Clarify docs.
DChangeLog.pre-2-4909 (g_markup_escape_text): Document whitespace (non)handling.
1030 g_markup_escape_text(), g_markup_printf_escaped().
DNEWS1299 464145 g_markup_escape_text Produces Invalid XML
DChangeLog.pre-2-02672 g_markup_escape_text() gssize.