Lines Matching refs:aFormat
97 HRESULT GuestDnDSource::isFormatSupported(const com::Utf8Str &aFormat,
109 return GuestDnDBase::isFormatSupported(aFormat, aSupported);
219 HRESULT GuestDnDSource::drop(const com::Utf8Str &aFormat,
227 if (RT_UNLIKELY((aFormat.c_str()) == NULL || *(aFormat.c_str()) == '\0'))
240 const char *pcszFormat = aFormat.c_str();
254 pResp->setFormat(aFormat);
271 paParms[i++].setPointer((void*)aFormat.c_str(), (uint32_t)aFormat.length() + 1);
272 paParms[i++].setUInt32((uint32_t)aFormat.length() + 1);