Searched refs:GuestDnDBase (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestDnDSourceImpl.h26 protected GuestDnDBase
H A DGuestDnDTargetImpl.h26 protected GuestDnDBase
H A DGuestDnDPrivate.h198 class GuestDnDBase class
202 GuestDnDBase(void);
/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp109 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
124 return GuestDnDBase::getFormats(aFormats);
139 return GuestDnDBase::addFormats(aFormats);
154 return GuestDnDBase::removeFormats(aFormats);
H A DGuestDnDPrivate.cpp831 GuestDnDBase::GuestDnDBase(void) function in class:GuestDnDBase
836 HRESULT GuestDnDBase::isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported)
844 HRESULT GuestDnDBase::getFormats(std::vector<com::Utf8Str> &aFormats)
851 HRESULT GuestDnDBase::addFormats(const std::vector<com::Utf8Str> &aFormats)
866 HRESULT GuestDnDBase::removeFormats(const std::vector<com::Utf8Str> &aFormats)
H A DGuestDnDTargetImpl.cpp108 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
123 return GuestDnDBase::getFormats(aFormats);
138 return GuestDnDBase::addFormats(aFormats);
153 return GuestDnDBase::removeFormats(aFormats);

Completed in 47 milliseconds