Home | History | Annotate | Download | only in qwebframe

Lines Matching refs:scrollRecursively

575     void scrollRecursively();
2802 void tst_QWebFrame::scrollRecursively()
2821 // call scrollRecursively over mainframe
2825 QVERIFY(webPage->mainFrame()->scrollRecursively(10, 10));
2829 // call scrollRecursively over child iframe
2835 QVERIFY(children.at(0)->scrollRecursively(10, 10));
2840 // call scrollRecursively over div overflow
2848 QVERIFY(webPage->mainFrame()->scrollRecursively(5, 5));
2853 // call scrollRecursively twice over childs iframe
2858 QVERIFY(children.at(0)->scrollRecursively(-10, -10));
2861 QVERIFY(children.at(0)->scrollRecursively(-10, -10));