Home | History | Annotate | Download | only in renderer_host

Lines Matching refs:x_clipboard

835     GtkClipboard* x_clipboard = gtk_clipboard_get(GDK_SELECTION_PRIMARY);
836 gtk_clipboard_set_text(x_clipboard, text.c_str(), text.length());