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

/external/webkit/Source/WebKit/qt/Api/
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()
/external/webkit/Source/WebKit/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...]

Completed in 95 milliseconds