Searched defs:strMIMEType (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIDnDMIMEData.cpp106 bool UIDnDMimeData::hasFormat(const QString &strMIMEType) const
108 bool fRc = m_lstFormats.contains(strMIMEType);
110 strMIMEType.toStdString().c_str(),
111 fRc, QMimeData::hasFormat(strMIMEType)));
115 QVariant UIDnDMimeData::retrieveData(const QString &strMIMEType, argument
119 m_enmState, strMIMEType.toStdString().c_str(),
139 && !m_lstFormats.contains(strMIMEType))
142 strMIMEType.toStdString().c_str()));
165 return QMimeData::retrieveData(strMIMEType, vaType);
174 strMIMEType, vaTyp
[all...]
H A DUIDnDDataObject_win.cpp245 QString strMIMEType; local
252 strMIMEType = "text/plain"; /** @todo Indicate UTF8 encoding? */
259 strMIMEType = "text/uri-list";
288 LogFlowFunc(("strMIMEType=%s, vaType=%ld\n",
289 strMIMEType.toAscii().constData(), vaType));
298 strMIMEType, vaType, mVaData,
306 if ( strMIMEType.startsWith("text/uri-list")
403 else if ( strMIMEType.startsWith("text/plain")
445 strMIMEType.toAscii().constData()));

Completed in 44 milliseconds