Home | History | Annotate | Download | only in qwebpage

Lines Matching defs:paramValues

620               paramValues(pv), returnValue(r)
625 QStringList paramValues;
634 const QStringList &paramValues)
647 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
672 QCOMPARE(ci.paramValues.count(), 3);
674 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
676 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("pushbutton"));
678 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("mybutton"));
707 QCOMPARE(ci.paramValues.count(), 3);
709 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
711 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("lineedit"));
713 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("myedit"));
722 QCOMPARE(ci.paramValues.count(), 3);
724 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
726 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("pushbutton"));
728 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("mybutton"));
757 QCOMPARE(ci.paramValues.count(), 3);
759 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
761 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("graphicswidget"));
763 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("mygraphicswidget"));