Searched defs:aSupported (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DGuestDnDSourceImpl.cpp98 BOOL *aSupported)
109 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
97 isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) argument
H A DGuestDnDTargetImpl.cpp97 BOOL *aSupported)
108 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
96 isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) argument
H A DGuestDnDPrivate.cpp836 HRESULT GuestDnDBase::isFormatSupported(const com::Utf8Str &aFormat, BOOL *aSupported) argument
838 *aSupported = std::find(m_strFormats.begin(),
/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp980 HRESULT Host::getProcessorFeature(ProcessorFeature_T aFeature, BOOL *aSupported) argument
1037 *aSupported = m->fVTSupported;
1041 *aSupported = m->fPAESupported;
1045 *aSupported = m->fLongModeSupported;
1049 *aSupported = m->fNestedPagingSupported;
1199 HRESULT Host::getAcceleration3DAvailable(BOOL *aSupported) argument
1204 *aSupported = m->f3DAccelerationSupported;
1218 *aSupported = fSupported;

Completed in 622 milliseconds