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

/vbox/src/VBox/Additions/x11/VBoxClient/testcase/
H A DtstSeamlessX11-auto.cpp100 Atom atomType = XInternAtom (display, WM_TYPE_PROP, true); local
105 AssertReturn(property == atomType, 0xffff);
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp500 Atom * /* selection */, Atom *atomType,
508 LogRel2(("%s: pValue=%p, *pcLen=%u, *atomType=%d%s\n", __FUNCTION__,
509 pValue, *pcLen, *atomType,
510 *atomType == XT_CONVERT_FAIL ? " (XT_CONVERT_FAIL)" : ""));
512 if (*pcLen && pValue && (*atomType != XT_CONVERT_FAIL /* time out */))
1584 Atom * /* selection */, Atom *atomType,
1588 if (*atomType == XT_CONVERT_FAIL) /* Xt timeout */
499 clipConvertX11Targets(Widget widget, XtPointer pClientData, Atom * , Atom *atomType, XtPointer pValue, long unsigned int *pcLen, int *piFormat) argument
1583 cbConvertX11CB(Widget widget, XtPointer pClientData, Atom * , Atom *atomType, XtPointer pvSrc, long unsigned int *pcLen, int *piFormat) argument
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3282 Atom atomType; local
3296 False /* delete */, XA_ATOM, &atomType,
3303 if (atomType == XA_ATOM && cFormat == 32 && cbLeft == 0)

Completed in 50 milliseconds