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

/external/webkit/WebCore/platform/gtk/
H A DPasteboardGtk.cpp57 static void clipboard_get_contents_cb(GtkClipboard *clipboard, GtkSelectionData *selection_data, argument
62 gtk_selection_data_set(selection_data, selection_data->target, 8,
66 gtk_selection_data_set_text(selection_data, clipboardData->text(), -1);
/external/webkit/WebKit/gtk/webkit/
H A Dwebkitwebview.cpp1184 void clipboard_contents_received(GtkClipboard* clipboard, GtkSelectionData* selection_data, gpointer data) 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));
1254 selection_data->target, clipboard_contents_received, contents_request);
1259 static void webkit_web_view_drag_data_get(GtkWidget* widget, GdkDragContext* context, GtkSelectionData* selection_data, guint info, guint time_) argument
1262 GdkAtom target_atom = selection_data->target;
1288 contents_request->dnd_selection_data = selection_data;

Completed in 24 milliseconds