OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gtk_clipboard_wait_for_contents
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/gtk/
PasteboardHelper.cpp
141
if (GtkSelectionData* data =
gtk_clipboard_wait_for_contents
(clipboard, markupAtom)) {
150
if (GtkSelectionData* data =
gtk_clipboard_wait_for_contents
(clipboard, uriListAtom)) {
/external/webkit/Source/WebKit/gtk/tests/
testcopyandpaste.c
96
GtkSelectionData* selectionData =
gtk_clipboard_wait_for_contents
(clipboard, gdk_atom_intern("text/html", FALSE));
Completed in 122 milliseconds