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

/vbox/include/VBox/GuestHost/
H A DSharedClipboard.h48 typedef struct _CLIPBACKEND CLIPBACKEND; typedef in typeref:struct:_CLIPBACKEND
56 extern CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend, bool fHeadless);
57 extern void ClipDestructX11(CLIPBACKEND *pBackend);
59 extern int ClipStartX11(CLIPBACKEND *pBackend, bool grab = false);
61 extern int ClipStartX11(CLIPBACKEND *pBackend, bool grab);
63 extern int ClipStopX11(CLIPBACKEND *pBackend);
64 extern void ClipAnnounceFormatToX11(CLIPBACKEND *pBackend,
66 extern int ClipRequestDataFromX11(CLIPBACKEND *pBackend, uint32_t u32Format,
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp56 static Atom clipGetAtom(CLIPBACKEND *pCtx, const char *pszName);
107 static Atom clipAtomForX11Format(CLIPBACKEND *pCtx, CLIPX11FORMAT format)
128 static CLIPX11FORMAT clipFindX11FormatByAtom(CLIPBACKEND *pCtx, Atom atomFormat)
225 CLIPBACKEND *pCtx;
229 static int clipRegisterContext(CLIPBACKEND *pCtx)
251 static void clipUnregisterContext(CLIPBACKEND *pCtx)
271 static CLIPBACKEND *clipLookupContext(Widget widget)
287 static Atom clipGetAtom(CLIPBACKEND *pCtx, const char *pszName)
306 void clipQueueToEventThread(CLIPBACKEND *pCtx,
325 static void clipReportFormatsToVBox(CLIPBACKEND *pCt
[all...]
/vbox/src/VBox/HostServices/SharedClipboard/
H A Dx11-clipboard.cpp54 CLIPBACKEND *pBackend;
104 CLIPBACKEND *pBackend = NULL;
456 CLIPBACKEND *pBackend = pClient->pCtx->pBackend;
468 CLIPBACKEND *pBackend = pClient->pCtx->pBackend;
473 CLIPBACKEND *ClipConstructX11(VBOXCLIPBOARDCONTEXT *pFrontend, bool)
475 return (CLIPBACKEND *)RTMemAllocZ(sizeof(CLIPBACKEND));
478 void ClipDestructX11(CLIPBACKEND *pBackend)
483 int ClipStartX11(CLIPBACKEND *pBackend, bool)
488 int ClipStopX11(CLIPBACKEND *pBacken
[all...]
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dclipboard.cpp50 CLIPBACKEND *pBackend;

Completed in 52 milliseconds