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

/macosx-10.9.5/WebKit-7537.78.2/qt/tests/qwebplugindatabase/
H A Dtst_qwebplugindatabase.cpp330 QWebPluginInfo anotherPlugin = pluginsForMimeType.at(i); local
332 QVERIFY(plugin != anotherPlugin);
335 database->setPreferredPluginForMimeType(mimeType, anotherPlugin);
336 QCOMPARE(database->pluginForMimeType(mimeType), anotherPlugin);
338 anotherPlugin.setEnabled(false);
341 anotherPlugin.setEnabled(true);
342 QCOMPARE(database->pluginForMimeType(mimeType), anotherPlugin);
344 QCOMPARE(database->pluginForMimeType(mimeType), anotherPlugin);

Completed in 123 milliseconds