Searched defs:clipSetSelectionValues (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp1957 static void clipSetSelectionValues(const char *pcszTarget, Atom type, function
2269 clipSetSelectionValues("UTF8_STRING", XA_STRING, "hello world",
2273 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING,
2277 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING,
2281 clipSetSelectionValues("text/plain;charset=UTF-8", XA_STRING,
2285 clipSetSelectionValues("text/plain;charset=utf-8", XA_STRING, "",
2289 clipSetSelectionValues("STRING", XA_STRING,
2294 clipSetSelectionValues("TEXT", XA_STRING,
2301 clipSetSelectionValues("STRING", XA_STRING, "Georges Dupr\xEA",
2305 clipSetSelectionValues("TEX
[all...]

Completed in 133 milliseconds