Searched refs:isDnDCopyAction (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h50 #define isDnDCopyAction(a) ((a) == DND_COPY_ACTION) macro
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp618 return (isDnDCopyAction(uAction) ? (DnDAction_T)DnDAction_Copy :
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp1962 return (isDnDCopyAction(uAction) ? xAtom(XA_XdndActionCopy) :

Completed in 54 milliseconds