Searched refs:DND_IGNORE_ACTION (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropSource.cpp39 muCurAction(DND_IGNORE_ACTION)
111 muCurAction = DND_IGNORE_ACTION;
136 uint32_t uAction = DND_IGNORE_ACTION;
H A DVBoxDnD.cpp69 uAllActions(DND_IGNORE_ACTION),
831 uint32_t uActionNotify = DND_IGNORE_ACTION;
1104 uint32_t uDefAction = DND_IGNORE_ACTION;
1434 this->uAllActions = DND_IGNORE_ACTION;
/vbox/include/VBox/HostServices/
H A DDragAndDropSvc.h40 #define DND_IGNORE_ACTION UINT32_C(0) macro
49 #define isDnDIgnoreAction(a) ((a) == DND_IGNORE_ACTION)
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp562 uint32_t uAction = DND_IGNORE_ACTION;
595 *puAllowedActions = DND_IGNORE_ACTION;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Ddraganddrop.cpp688 uint32_t uAction = DND_IGNORE_ACTION;
1222 rc = VbglR3DnDHGAcknowledgeOperation(m_uClientID, DND_IGNORE_ACTION);
1985 uint32_t uAction = DND_IGNORE_ACTION;
2000 uint32_t uActions = DND_IGNORE_ACTION;

Completed in 60 milliseconds