Home | History | Annotate | Download | only in qwebframe

Lines Matching refs:newRow

1909     QTest::newRow("enumerate all")
2302 QTest::newRow("with <script>") << "<html><body><script></script><p>hello world</p></body></html>" << 1;
2303 QTest::newRow("without <script>") << "<html><body><p>hello world</p></body></html>" << 0;
2619 QTest::newRow("null") << QString() << QUrl()
2622 QTest::newRow("foo") << QString() << QUrl("http://foobar.baz/")
2630 QTest::newRow("customBaseUrl") << html << QUrl("http://foobar.baz/")
2872 QTest::newRow("myObject.mySignal")
2874 QTest::newRow("myObject.mySlot")
2876 QTest::newRow("myObject.myInvokable")
2878 QTest::newRow("myObject.mySignal.connect")
2880 QTest::newRow("myObject.mySignal.disconnect")