Home
last modified time | relevance | path

Searched refs:scrollViewRect (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/
DScrollView.cpp669 …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/
DChromeClientQt.cpp436 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/
DChromeClientWx.h104 …virtual void scrollBackingStore(int dx, int dy, const IntRect& scrollViewRect, const IntRect& clip…
DChromeClientWx.cpp394 const IntRect& scrollViewRect, in scrollBackingStore() argument
/external/webkit/Source/WebKit/win/WebCoreSupport/
DWebChromeClient.cpp484 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/
Dqwebpage.h381 void scrollRequested(int dx, int dy, const QRect& scrollViewRect);
/external/webkit/Source/WebKit/win/
DWebView.h852 …ngStore(WebCore::FrameView*, int dx, int dy, const WebCore::IntRect& scrollViewRect, const WebCore…
DWebView.cpp829 …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()