Home
last modified time | relevance | path

Searched refs:scrollRequested (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Tools/QtTestBrowser/
Dwebview.cpp63 connect(page, SIGNAL(scrollRequested(int, int, const QRect&)), SLOT(scrollRequested(int, int))); in setPage()
67 void WebViewGraphicsBased::scrollRequested(int x, int y) in scrollRequested() function in WebViewGraphicsBased
Dwebview.h102 void scrollRequested(int, int);
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.h133 Q_SIGNAL void scrollRequested(int dx, int dy);
Dqwkpage.cpp195 emit q->scrollRequested(point.x(), point.y()); in pageDidRequestScroll()
/external/webkit/Source/WebKit/qt/WebCoreSupport/
DChromeClientQt.cpp440 emit m_webPage->scrollRequested(delta.width(), delta.height(), scrollViewRect); in scroll()
447 …emit m_webPage->scrollRequested(point.x() - currentPosition.x(), point.y() - currentPosition.y(), … in delegatedScrollRequested()
/external/webkit/Source/WebKit/qt/Api/
Dqwebpage.h381 void scrollRequested(int dx, int dy, const QRect& scrollViewRect);
/external/webkit/Source/WebKit/qt/symbian/bwins/
DQtWebKitu.def443 …?scrollRequested@QWebPage@@IAEXHHABVQRect@@@Z @ 442 NONAME ; void QWebPage::scrollRequested(int, i…
/external/webkit/Tools/
DChangeLog-2011-02-1612249 [Qt] Hook into QWebPage::scrollRequested for resizes-to-contents mode
12252 scrolling works a bit differently (we need to react to scrollRequested.)
12260 (WebViewGraphicsBased::scrollRequested):
/external/webkit/Source/WebKit/qt/
DChangeLog-2011-02-162360 scrollRequested signal for Qt.
19909 emit scrollRequested unconditionally when scrolling.