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

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp97 HRESULT GuestDnDSource::isFormatSupported(const com::Utf8Str &aFormat, function in class:GuestDnDSource
109 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
H A DGuestDnDTargetImpl.cpp96 HRESULT GuestDnDTarget::isFormatSupported(const com::Utf8Str &aFormat, function in class:GuestDnDTarget
108 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
H A DGuestDnDPrivate.cpp836 HRESULT GuestDnDBase::isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) function in class:GuestDnDBase

Completed in 47 milliseconds