Home
last modified time | relevance | path

Searched defs:scrollRect (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DUpdateInfo.h53 WebCore::IntRect scrollRect; variable
/external/skia/src/core/
DSkBitmap_scroll.cpp11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect() function in SkBitmap
/external/webkit/Source/WebKit2/WebProcess/WebPage/
DChunkedUpdateDrawingArea.cpp53 void ChunkedUpdateDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) in scroll()
DTiledDrawingArea.cpp59 void TiledDrawingArea::scroll(const IntRect& scrollRect, const IntSize& scrollDelta) in scroll()
DDrawingAreaImpl.cpp101 void DrawingAreaImpl::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) in scroll()
/external/webkit/Source/WebKit2/UIProcess/win/
DBackingStoreWin.cpp100 void BackingStore::scroll(const IntRect& scrollRect, const IntSize& scrollOffset) in scroll()
DWebPopupMenuProxyWin.cpp507 IntRect scrollRect = rect; in invalidateScrollbarRect() local
DWebView.cpp934 void WebView::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) in scrollView()
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/
DLayerTreeHostCA.cpp123 void LayerTreeHostCA::scrollNonCompositedContents(const IntRect& scrollRect, const IntSize& scrollO… in scrollNonCompositedContents()
/external/webkit/Source/WebKit/chromium/src/
DWebPopupMenuImpl.cpp301 const IntRect& scrollRect, in scroll()
DWebPluginContainerImpl.cpp280 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect) in scrollRect() function in WebKit::WebPluginContainerImpl
DChromeClientImpl.cpp548 const IntSize& scrollDelta, const IntRect& scrollRect, in scroll()
/external/webkit/Source/WebCore/rendering/
DRenderListBox.cpp330 IntRect scrollRect(tx + width() - borderRight() - m_vBar->width(), in paintScrollbar() local
704 IntRect scrollRect = rect; in invalidateScrollbarRect() local
DRenderLayer.cpp1893 IntRect scrollRect = rect; in scrollTo() local
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp718 IntRect scrollRect = rect; in invalidateScrollbarRect() local
/external/webkit/Source/WebKit2/UIProcess/API/qt/
Dqwkpage.cpp151 void QWKPagePrivate::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollO… in scrollView()
/external/webkit/Source/WebKit2/UIProcess/gtk/
DWebView.cpp372 void WebView::scrollView(const WebCore::IntRect& scrollRect, const WebCore::IntSize& scrollOffset) in scrollView()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
DWebChromeClient.cpp369 void WebChromeClient::scroll(const IntSize& scrollOffset, const IntRect& scrollRect, const IntRect&… in scroll()
/external/webkit/Source/WebKit2/UIProcess/
DWebPageProxy.cpp588 void WebPageProxy::scrollView(const IntRect& scrollRect, const IntSize& scrollOffset) in scrollView()