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

/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.cpp42 static unsigned char *XXGetProperty (Display *aDpy, Window aWnd, Atom aPropType, argument
59 aPropType, &actTypeAtom, &actFmt,
H A Ddraganddrop.cpp1552 Atom aPropType; local
1562 &aPropType, &iPropFormat, &cItems, &cbRemaining, &pcData);
1565 gX11->xAtomToString(aPropType).c_str(), iPropFormat, cItems, cbRemaining));
1567 if ( aPropType != None
1628 if (aPropType == xAtom(XA_INCR))
1637 gX11->xAtomToString(aPropType).c_str()));
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp3116 Atom aPropType, const char *aPropName)
3130 aPropType, &actTypeAtom, &actFmt,
3115 XXGetProperty(Display *aDpy, Window aWnd, Atom aPropType, const char *aPropName) argument

Completed in 60 milliseconds