Home
last modified time | relevance | path

Searched refs:selection_data (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/platform/gtk/
DPasteboardGtk.cpp57 static void clipboard_get_contents_cb(GtkClipboard *clipboard, GtkSelectionData *selection_data, in clipboard_get_contents_cb() argument
62 gtk_selection_data_set(selection_data, selection_data->target, 8, in clipboard_get_contents_cb()
66 gtk_selection_data_set_text(selection_data, clipboardData->text(), -1); in clipboard_get_contents_cb()
/external/webkit/WebKit/gtk/webkit/
Dwebkitwebview.cpp1184 void clipboard_contents_received(GtkClipboard* clipboard, GtkSelectionData* selection_data, gpointe… argument
1194 gchar* url_label = reinterpret_cast<gchar*>(gtk_selection_data_get_text(selection_data));
1226 gchar* data = reinterpret_cast<gchar*>(gtk_selection_data_get_text(selection_data));
1238 GdkPixbuf* pixbuf = gtk_selection_data_get_pixbuf(selection_data);
1251 … contents_request->url = reinterpret_cast<gchar*>(gtk_selection_data_get_text(selection_data));
1254selection_data->target, clipboard_contents_received, contents_request);
1259 …ta_get(GtkWidget* widget, GdkDragContext* context, GtkSelectionData* selection_data, guint info, g… argument
1262 GdkAtom target_atom = selection_data->target;
1288 contents_request->dnd_selection_data = selection_data;