Searched refs:scrollRequested (Results 1 – 9 of 9) sorted by relevance
/external/webkit/Tools/QtTestBrowser/ |
D | webview.cpp | 63 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
|
D | webview.h | 102 void scrollRequested(int, int);
|
/external/webkit/Source/WebKit2/UIProcess/API/qt/ |
D | qwkpage.h | 133 Q_SIGNAL void scrollRequested(int dx, int dy);
|
D | qwkpage.cpp | 195 emit q->scrollRequested(point.x(), point.y()); in pageDidRequestScroll()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 440 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/ |
D | qwebpage.h | 381 void scrollRequested(int dx, int dy, const QRect& scrollViewRect);
|
/external/webkit/Source/WebKit/qt/symbian/bwins/ |
D | QtWebKitu.def | 443 …?scrollRequested@QWebPage@@IAEXHHABVQRect@@@Z @ 442 NONAME ; void QWebPage::scrollRequested(int, i…
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 12249 [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/ |
D | ChangeLog-2011-02-16 | 2360 scrollRequested signal for Qt. 19909 emit scrollRequested unconditionally when scrolling.
|