Searched refs:scrollViewRect (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/ |
D | ScrollView.cpp | 669 …IntRect scrollViewRect = convertToContainingWindow(IntRect(0, 0, visibleWidth(), visibleHeight())); in scrollContents() local 674 scrollViewRect.setWidth(scrollViewRect.width() - verticalScrollbarWidth); in scrollContents() 675 scrollViewRect.setHeight(scrollViewRect.height() - horizontalScrollbarHeight); in scrollContents() 679 updateRect.intersect(scrollViewRect); in scrollContents() 696 if (!scrollContentsFastPath(-scrollDelta, scrollViewRect, clipRect)) in scrollContents()
|
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
D | ChromeClientQt.cpp | 436 void ChromeClientQt::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect&) in scroll() argument 439 platformPageClient()->scroll(delta.width(), delta.height(), scrollViewRect); in scroll() 440 emit m_webPage->scrollRequested(delta.width(), delta.height(), scrollViewRect); in scroll()
|
/external/webkit/Source/WebKit/wx/WebKitSupport/ |
D | ChromeClientWx.h | 104 …virtual void scrollBackingStore(int dx, int dy, const IntRect& scrollViewRect, const IntRect& clip…
|
D | ChromeClientWx.cpp | 394 const IntRect& scrollViewRect, in scrollBackingStore() argument
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
D | WebChromeClient.cpp | 484 void WebChromeClient::scroll(const IntSize& delta, const IntRect& scrollViewRect, const IntRect& cl… in scroll() argument 488 …core(m_webView->topLevelFrame())->view(), delta.width(), delta.height(), scrollViewRect, clipRect); in scroll()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebpage.h | 381 void scrollRequested(int dx, int dy, const QRect& scrollViewRect);
|
/external/webkit/Source/WebKit/win/ |
D | WebView.h | 852 …ngStore(WebCore::FrameView*, int dx, int dy, const WebCore::IntRect& scrollViewRect, const WebCore…
|
D | WebView.cpp | 829 …ollBackingStore(FrameView* frameView, int dx, int dy, const IntRect& scrollViewRect, const IntRect… in scrollBackingStore() argument 835 m_backingLayer->setNeedsDisplayInRect(scrollViewRect); in scrollBackingStore() 859 RECT scrollRectWin(scrollViewRect); in scrollBackingStore()
|