Searched refs:uAction (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp136 uint32_t uAction = DND_IGNORE_ACTION; local
144 uAction |= DND_COPY_ACTION;
146 uAction |= DND_MOVE_ACTION;
148 uAction |= DND_LINK_ACTION;
152 muCurAction = uAction;
H A DVBoxDnD.cpp824 * @param uAction Action the host wants to perform while moving.
827 int VBoxDnDWnd::OnHgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction) argument
834 LogFlowThisFunc(("u32xPos=%RU32, u32yPos=%RU32, uAction=0x%x\n",
835 u32xPos, u32yPos, uAction));
/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp233 uint32_t uAction = GuestDnD::toHGCMAction(aAction);
235 if (isDnDIgnoreAction(uAction))
242 LogFlowFunc(("strFormat=%s, uAction=0x%x, fNeedsDropDir=%RTbool\n",
243 pcszFormat, uAction, fNeedsDropDir));
273 paParms[i++].setUInt32(uAction);
H A DGuestDnDPrivate.cpp562 uint32_t uAction = DND_IGNORE_ACTION; local
566 uAction = DND_COPY_ACTION;
569 uAction = DND_MOVE_ACTION;
582 return uAction;
614 DnDAction_T GuestDnD::toMainAction(uint32_t uAction) argument
618 return (isDnDCopyAction(uAction) ? (DnDAction_T)DnDAction_Copy :
619 isDnDMoveAction(uAction) ? (DnDAction_T)DnDAction_Move :
662 pResp->setDefAction(pCBData->uAction);
/vbox/src/VBox/Runtime/tools/
H A DRTNtDbgHelp.cpp115 static BOOL CALLBACK symDebugCallback64(HANDLE hProcess, ULONG uAction, ULONG64 ullData, ULONG64 ullUserCtx) argument
118 switch (uAction)
138 RTPrintf("cba_???: uAction=%#x ullData=%#llx\n", uAction, ullData);
/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h317 HGCMFunctionParameter uAction; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDGHDROPPEDMSG
354 HGCMFunctionParameter uAction; /* OUT uint32_t */ member in struct:DragAndDropSvc::VBOXDNDHGACKOPMSG
477 uint32_t uAction; member in struct:DragAndDropSvc::VBOXDNDCBHGACKOPDATA
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp400 static Atom toX11Action(uint32_t uAction);
688 uint32_t uAction = DND_IGNORE_ACTION; local
691 uAction = toHGCMAction(static_cast<Atom>(e.xclient.data.l[4]));
693 rc = VbglR3DnDHGAcknowledgeOperation(m_uClientID, uAction);
1087 int DragInstance::hgMove(uint32_t u32xPos, uint32_t u32yPos, uint32_t uAction) argument
1089 LogFlowThisFunc(("u32xPos=%RU32, u32yPos=%RU32, uAction=%RU32\n",
1090 u32xPos, u32yPos, uAction));
1198 Atom pa = toX11Action(uAction);
1487 int DragInstance::ghDropped(const RTCString &strFormat, uint32_t uAction) argument
1489 LogFlowThisFunc(("strFormat=%s, uAction
1959 toX11Action(uint32_t uAction) argument
1985 uint32_t uAction = DND_IGNORE_ACTION; local
[all...]
/vbox/src/VBox/Main/include/
H A DGuestDnDPrivate.h155 static DnDAction_T toMainAction(uint32_t uAction);
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp683 Msg.uAction.SetUInt32(0);
692 rc = Msg.uAction.GetUInt32(puAction); AssertRC(rc);
871 VBGLR3DECL(int) VbglR3DnDHGAcknowledgeOperation(uint32_t u32ClientId, uint32_t uAction) argument
880 Msg.uAction.SetUInt32(uAction);
/vbox/src/VBox/HostServices/DragAndDrop/
H A Dservice.cpp283 paParms[0].getUInt32(&data.uAction); /* Get drop action. */
/vbox/include/VBox/
H A DVBoxGuestLib.h744 VBGLR3DECL(int) VbglR3DnDHGAcknowledgeOperation(uint32_t u32ClientId, uint32_t uAction);

Completed in 83 milliseconds