Searched defs:removeFormats (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp143 HRESULT GuestDnDSource::removeFormats(const std::vector<com::Utf8Str> &aFormats) function in class:GuestDnDSource
154 return GuestDnDBase::removeFormats(aFormats);
H A DGuestDnDTargetImpl.cpp142 HRESULT GuestDnDTarget::removeFormats(const std::vector<com::Utf8Str> &aFormats) function in class:GuestDnDTarget
153 return GuestDnDBase::removeFormats(aFormats);
H A DGuestDnDPrivate.cpp866 HRESULT GuestDnDBase::removeFormats(const std::vector<com::Utf8Str> &aFormats) function in class:GuestDnDBase

Completed in 48 milliseconds