Searched refs:CLIPBOARD (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/tools/sk_app/unix/ |
H A D | Window_unix.cpp | 329 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); in handleEvent() local 341 if (xsr->selection != CLIPBOARD) { in handleEvent() 351 // We can fulfill this request! Update the contents of the CLIPBOARD property, in handleEvent() 464 CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0), in getClipboardText() local 467 // Ask for a UTF8 copy of the CLIPBOARD... in getClipboardText() 469 XConvertSelection(fDisplay, CLIPBOARD, UTF8, XSEL_DATA, fWindow, CurrentTime); in getClipboardText() 473 event.xselection.selection == CLIPBOARD && in getClipboardText() 482 // Fetch the CLIPBOARD propert in getClipboardText() 501 Atom CLIPBOARD = XInternAtom(fDisplay, "CLIPBOARD", 0); setClipboardText() local [all...] |
/third_party/glfw/src/ |
H A D | x11_window.c | 3070 _glfw.x11.CLIPBOARD, in _glfwSetClipboardStringX11() 3074 if (XGetSelectionOwner(_glfw.x11.display, _glfw.x11.CLIPBOARD) != in _glfwSetClipboardStringX11() 3084 return getSelectionString(_glfw.x11.CLIPBOARD); in _glfwGetClipboardStringX11()
|
H A D | x11_init.c | 927 _glfw.x11.CLIPBOARD = XInternAtom(_glfw.x11.display, "CLIPBOARD", False); in initExtensions() 1558 if (XGetSelectionOwner(_glfw.x11.display, _glfw.x11.CLIPBOARD) == in _glfwTerminateX11()
|
H A D | x11_platform.h | 635 Atom CLIPBOARD; member
|
Completed in 10 milliseconds