Searched refs:pluginForMimeType (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp38 void pluginForMimeType();
157 QTest::newRow("foo") << QWebSettings::pluginDatabase()->pluginForMimeType("foobarbaz") << true;
172 void tst_QWebPluginDatabase::pluginForMimeType() function in class:tst_QWebPluginDatabase
200 QWebPluginInfo pluginForMimeType = database->pluginForMimeType(mimeType); local
201 QCOMPARE(pluginForMimeType, plugin);
203 QCOMPARE(pluginForMimeType, plugin);
204 QCOMPARE(pluginForMimeType, database->pluginForMimeType(mimeType.toUpper()));
205 QCOMPARE(pluginForMimeType, databas
234 QWebPluginInfo pluginForMimeType = database->pluginForMimeType(mimeType); local
[all...]
/macosx-10.9.5/WebKit-7537.78.2/qt/Api/
H A Dqwebplugindatabase_p.h88 QWebPluginInfo pluginForMimeType(const QString& mimeType);
H A Dqwebplugindatabase.cpp254 handle a specific MIME type, you can use the pluginForMimeType() function.
278 \sa pluginForMimeType()
377 QWebPluginInfo QWebPluginDatabase::pluginForMimeType(const QString& mimeType) function in class:QWebPluginDatabase
388 \sa pluginForMimeType()

Completed in 61 milliseconds