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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp163 std::vector<DnDAction_T> &aAllowedActions,
202 GuestDnD::toMainActions(pResp->allActions(), aAllowedActions);
161 dragIsPending(ULONG uScreenId, std::vector<com::Utf8Str> &aFormats, std::vector<DnDAction_T> &aAllowedActions, DnDAction_T *aDefaultAction) argument
H A DGuestDnDTargetImpl.cpp162 const std::vector<DnDAction_T> &aAllowedActions,
173 if (!aAllowedActions.size())
188 aAllowedActions, &uAllowedActions);
235 const std::vector<DnDAction_T> &aAllowedActions,
255 aAllowedActions, &uAllowedActions);
325 const std::vector<DnDAction_T> &aAllowedActions,
347 aAllowedActions, &uAllowedActions);
160 enter(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction) argument
233 move(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, DnDAction_T *aResultAction) argument
323 drop(ULONG aScreenId, ULONG aX, ULONG aY, DnDAction_T aDefaultAction, const std::vector<DnDAction_T> &aAllowedActions, const std::vector<com::Utf8Str> &aFormats, com::Utf8Str &aFormat, DnDAction_T *aResultAction) argument

Completed in 41 milliseconds