Searched defs:toHGCMAction (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp560 uint32_t GuestDnD::toHGCMAction(DnDAction_T enmAction) function in class:GuestDnD
592 *puDefAction = toHGCMAction(enmDefAction);
599 *puAllowedActions |= toHGCMAction(vecAllowedActions[i]);
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp402 static uint32_t toHGCMAction(Atom atom);
691 uAction = toHGCMAction(static_cast<Atom>(e.xclient.data.l[4]));
1983 uint32_t DragInstance::toHGCMAction(Atom atom) function in class:DragInstance
2003 uActions |= toHGCMAction(actionsList.at(i));

Completed in 49 milliseconds