Searched defs:scrollOverflow (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebKit/qt/Api/
H A Dqwebframe.cpp393 bool QWebFramePrivate::scrollOverflow(int dx, int dy) function in class:QWebFramePrivate
1083 bool scrolledOverflow = d->scrollOverflow(dx, dy);
/external/webkit/WebCore/page/
H A DEventHandler.cpp914 bool EventHandler::scrollOverflow(ScrollDirection direction, ScrollGranularity granularity) function in class:EventHandler
933 bool handled = scrollOverflow(direction, granularity);
2467 if (scrollOverflow(direction, ScrollByPage)) {

Completed in 58 milliseconds