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

/external/webkit/WebKit/qt/Api/
H A Dqwebframe.h159 bool scrollRecursively(int, int);
H A Dqwebframe.cpp1079 bool QWebFrame::scrollRecursively(int dx, int dy) function in class:QWebFrame
1116 return qFrame->scrollRecursively(dx, dy);
H A Dqwebpage.cpp1381 return frame->eventHandler()->scrollRecursively(direction, granularity);
/external/webkit/WebKit/qt/tests/qwebframe/
H A Dtst_qwebframe.cpp575 void scrollRecursively();
2802 void tst_QWebFrame::scrollRecursively() function in class:tst_QWebFrame
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(
[all...]
/external/webkit/WebCore/page/
H A DEventHandler.h130 bool scrollRecursively(ScrollDirection, ScrollGranularity);
H A DEventHandler.cpp931 bool EventHandler::scrollRecursively(ScrollDirection direction, ScrollGranularity granularity) function in class:EventHandler
/external/webkit/WebKit/win/
H A DWebView.cpp1619 return frame->eventHandler()->scrollRecursively(direction, granularity);
1648 return frame->eventHandler()->scrollRecursively(direction, granularity);
1896 return frame->eventHandler()->scrollRecursively(direction, granularity);

Completed in 104 milliseconds