Home | History | Annotate | Download | only in qwebpage

Lines Matching defs:paramValues

490               paramValues(pv), returnValue(r)
495 QStringList paramValues;
504 const QStringList &paramValues)
513 calls.append(CallInfo(classid, url, paramNames, paramValues, result));
545 QCOMPARE(ci.paramValues.count(), 3);
547 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
549 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("pushbutton"));
551 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("mybutton"));
580 QCOMPARE(ci.paramValues.count(), 3);
582 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
584 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("lineedit"));
586 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("myedit"));
595 QCOMPARE(ci.paramValues.count(), 3);
597 QCOMPARE(ci.paramValues.at(0), QString::fromLatin1("application/x-qt-plugin"));
599 QCOMPARE(ci.paramValues.at(1), QString::fromLatin1("pushbutton"));
601 QCOMPARE(ci.paramValues.at(2), QString::fromLatin1("mybutton"));