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

/external/webkit/Source/WebKit/qt/Api/
H A Dqwebplugindatabase_p.h46 typedef QWebPluginFactory::MimeType MimeType; typedef in class:QWebPluginInfo
50 QList<MimeType> mimeTypes() const;
67 mutable QList<MimeType> m_mimeTypes;
H A Dqwebpluginfactory.h37 struct QWEBKIT_EXPORT MimeType { struct in class:QWebPluginFactory
41 bool operator==(const MimeType& other) const;
42 inline bool operator!=(const MimeType& other) const { return !operator==(other); }
48 QList<MimeType> mimeTypes;
/external/webkit/Source/WebKit/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp47 typedef QWebPluginInfo::MimeType MimeType; typedef
74 QList<MimeType> mimeTypes;
80 MimeType mimeType;
181 QList<MimeType> mimeTypes = plugin.mimeTypes();
192 QList<MimeType> mimeTypes = plugin.mimeTypes();
222 QList<MimeType> mimeTypes = plugin.mimeTypes();
312 QList<MimeType> mimeTypes = plugin.mimeTypes();
424 QCOMPARE(info.mimeTypes(), QList<MimeType>());
432 QCOMPARE(info.mimeTypes(), QList<MimeType>());
[all...]

Completed in 64 milliseconds