Home
last modified time | relevance | path

Searched refs:gchar (Results 1 – 25 of 94) sorted by relevance

1234

/external/chromium_org/chrome/browser/ui/gtk/
Dgtk_chrome_link_button.h39 gchar* normal_markup;
40 gchar* pressed_markup;
41 gchar* insensitive_markup;
43 gchar normal_color[9];
44 gchar* native_markup;
45 gchar* insensitive_native_markup;
48 gchar* text;
Dgtk_chrome_link_button.cc13 static const gchar* kLinkMarkup = "<u><span color=\"%s\">%s</span></u>";
14 static const gchar* kInsensitiveLinkMarkup = "<span color=\"%s\">%s</span>";
73 gchar* text = button->text; in G_DEFINE_TYPE()
78 gchar insensitive_color_spec[9]; in G_DEFINE_TYPE()
106 gchar color_spec[9]; in G_DEFINE_TYPE()
Dgtk_util.h165 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text,
166 const gchar* stock_id, gint response_id);
169 const gchar* stock_id);
/external/icu4c/samples/layout/
Dgnomelayout.cpp47 GtkWidget *newSample(const gchar *fileName);
53 const gchar *documentedBy[] = {NULL}; in showabout()
54 const gchar *writtenBy[] = { in showabout()
76 gchar *prettyTitle(const gchar *path) in prettyTitle()
78 const gchar *name = g_basename(path); in prettyTitle()
79 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
97 gchar *title = prettyTitle(fileName); in openOK()
170 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
171 (gchar *) "Create a new Gnome Layout Sample",
[all …]
Dcgnomelayout.c37 GtkWidget *newSample(const gchar *fileName);
43 const gchar *documentedBy[] = {NULL}; in showabout()
44 const gchar *writtenBy[] = { in showabout()
68 static gchar *prettyTitle(const gchar *path) in prettyTitle()
70 const gchar *name = g_basename(path); in prettyTitle()
71 gchar *title = g_strconcat("Gnome Layout Sample - ", name, NULL); in prettyTitle()
81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
89 gchar *title = prettyTitle(fileName); in openOK()
162 GNOMEUIINFO_MENU_NEW_ITEM((gchar *) "_New Sample",
163 (gchar *) "Create a new Gnome Layout Sample",
[all …]
/external/chromium/chrome/browser/ui/gtk/
Dgtk_chrome_link_button.h40 gchar* normal_markup;
41 gchar* pressed_markup;
43 gchar normal_color[9];
44 gchar* native_markup;
47 gchar* text;
Dgtk_util.h213 GtkWidget* AddButtonToDialog(GtkWidget* dialog, const gchar* text,
214 const gchar* stock_id, gint response_id);
217 const gchar* stock_id);
Dgtk_chrome_link_button.cc12 static const gchar* kLinkMarkup = "<u><span color=\"%s\">%s</span></u>";
67 gchar* text = button->text; in G_DEFINE_TYPE()
87 gchar color_spec[9]; in G_DEFINE_TYPE()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-glib.cc253 gchar utf8[12]; in hb_glib_unicode_compose()
254 gchar *normalized; in hb_glib_unicode_compose()
290 gchar utf8[6]; in hb_glib_unicode_decompose()
291 gchar *normalized; in hb_glib_unicode_decompose()
311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC); in hb_glib_unicode_decompose()
322 gchar *end = g_utf8_offset_to_pointer (normalized, len - 1); in hb_glib_unicode_decompose()
323 gchar *recomposed; in hb_glib_unicode_decompose()
348 gchar utf8[6]; in hb_glib_unicode_decompose_compatibility()
349 gchar *utf8_decomposed, *c; in hb_glib_unicode_decompose_compatibility()
/external/harfbuzz_ng/src/
Dhb-glib.cc253 gchar utf8[12]; in hb_glib_unicode_compose()
254 gchar *normalized; in hb_glib_unicode_compose()
290 gchar utf8[6]; in hb_glib_unicode_decompose()
291 gchar *normalized; in hb_glib_unicode_decompose()
311 gchar *recomposed = g_utf8_normalize (normalized, -1, G_NORMALIZE_NFC); in hb_glib_unicode_decompose()
322 gchar *end = g_utf8_offset_to_pointer (normalized, len - 1); in hb_glib_unicode_decompose()
323 gchar *recomposed; in hb_glib_unicode_decompose()
348 gchar utf8[6]; in hb_glib_unicode_decompose_compatibility()
349 gchar *utf8_decomposed, *c; in hb_glib_unicode_decompose_compatibility()
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dapp_indicator_icon.cc37 typedef AppIndicator* (*app_indicator_new_func)(const gchar* id,
38 const gchar* icon_name,
42 const gchar* id,
43 const gchar* icon_name,
45 const gchar* icon_theme_path);
52 const gchar* icon_name,
53 const gchar* icon_desc);
58 const gchar* icon_name,
59 const gchar* icon_desc);
63 const gchar* icon_theme_path);
/external/chromium_org/ui/base/gtk/
Dgtk_signal_registrar.h46 glong Connect(gpointer instance, const gchar* detailed_signal,
49 glong ConnectAfter(gpointer instance, const gchar* detailed_signal,
65 glong ConnectInternal(gpointer instance, const gchar* detailed_signal,
Dgtk_signal_registrar.cc33 const gchar* detailed_signal, in Connect()
41 const gchar* detailed_signal, in ConnectAfter()
48 const gchar* detailed_signal, in ConnectInternal()
/external/chromium/net/tools/spdyshark/
Dpacket-spdy.c98 gchar *content_type;
99 gchar *content_type_parameters;
100 gchar *content_encoding;
149 gchar* header_name;
150 gchar* header_desc;
333 gchar *content_type, in spdy_save_stream_info()
334 gchar *content_type_params, in spdy_save_stream_info()
335 gchar *content_encoding) in spdy_save_stream_info()
904 static gchar *
905 spdy_parse_content_type(gchar *content_type) in spdy_parse_content_type()
[all …]
/external/chromium_org/tools/gtk_clipboard_dump/
Dgtk_clipboard_dump.cc33 gchar* target_name_cstr = gdk_atom_name(targets[i]); in PrintClipboardContents()
63 gchar* text = gtk_clipboard_wait_for_text(clip); in PrintClipboardContents()
/external/chromium/chrome/browser/renderer_host/
Dgtk_im_context_wrapper.h88 void HandlePreeditChanged(const gchar* text,
108 static void HandleCommitThunk(GtkIMContext* context, gchar* text,
/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()
347 gchar** uris = reinterpret_cast<gchar**>(malloc(sizeof(gchar*) * in WriteBookmarksToSelection()
356 uris[i] = const_cast<gchar*>(url.spec().c_str()); in WriteBookmarksToSelection()
Dbookmark_tree_model.cc82 gchar* path, gchar* new_folder_name, GtkTreeStore* tree_store) { in OnFolderNameEdited()
221 const gchar* utf8str = g_value_get_string(&value); in GetTitleFromTreeIter()
/external/chromium_org/content/browser/renderer_host/
Dgtk_im_context_wrapper.h84 void HandlePreeditChanged(const gchar* text,
107 static void HandleCommitThunk(GtkIMContext* context, gchar* text,
/external/chromium_org/chrome/browser/password_manager/
Dnative_backend_gnome_x_unittest.cc98 const gchar* keyring, in mock_gnome_keyring_store_password()
99 const gchar* display_name, in mock_gnome_keyring_store_password()
100 const gchar* password, in mock_gnome_keyring_store_password()
116 while ((name = va_arg(ap, gchar*))) { in mock_gnome_keyring_store_password()
119 MockKeyringItem::ItemAttribute(va_arg(ap, gchar*)); in mock_gnome_keyring_store_password()
159 while ((name = va_arg(ap, gchar*))) { in mock_gnome_keyring_delete_password()
162 MockKeyringItem::ItemAttribute(va_arg(ap, gchar*)))); in mock_gnome_keyring_delete_password()
198 while ((name = va_arg(ap, gchar*))) { in mock_gnome_keyring_find_itemsv()
202 MockKeyringItem::ItemAttribute(va_arg(ap, gchar*)))); in mock_gnome_keyring_find_itemsv()
257 const gchar* mock_gnome_keyring_result_to_message(GnomeKeyringResult res) { in mock_gnome_keyring_result_to_message()
/external/chromium_org/ui/gfx/
Dfont_render_params_linux.cc44 gchar* gtk_hint_style = NULL; in LoadDefaults()
45 gchar* gtk_rgba = NULL; in LoadDefaults()
/external/chromium_org/chrome/browser/ui/gtk/bookmarks/
Dbookmark_tree_model.cc98 gchar* path, gchar* new_folder_name, GtkTreeStore* tree_store) { in OnFolderNameEdited()
235 const gchar* utf8str = g_value_get_string(&value); in GetTitleFromTreeIter()
/external/chromium_org/ui/base/ime/
Dcomposition_text_util_pango.h20 const gchar* utf8_text,
/external/chromium_org/ui/base/glib/
Dglib_integers.h11 typedef char gchar; typedef
/external/harfbuzz_ng/util/
Doptions.cc53 static gchar *
123 const gchar *name, in add_group()
124 const gchar *description, in add_group()
125 const gchar *help_description, in add_group()
287 const gchar *features_help = "Comma-separated list of font features\n" in add_options()

1234