Home
last modified time | relevance | path

Searched refs:CLIPBOARD (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/tools/sk_app/unix/
H A DWindow_unix.cpp329 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 Dx11_window.c3070 _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 Dx11_init.c927 _glfw.x11.CLIPBOARD = XInternAtom(_glfw.x11.display, "CLIPBOARD", False); in initExtensions()
1558 if (XGetSelectionOwner(_glfw.x11.display, _glfw.x11.CLIPBOARD) == in _glfwTerminateX11()
H A Dx11_platform.h635 Atom CLIPBOARD; member

Completed in 10 milliseconds