/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PaintAggregatorTest.cpp | 58 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST() 80 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST() 105 EXPECT_TRUE(update.scrollRect.isEmpty()); in TEST() 117 greg.scrollRect(delta.x(), delta.y(), rect); in TEST() 124 EXPECT_FALSE(update.scrollRect.isEmpty()); in TEST() 126 EXPECT_EQ(rect, update.scrollRect); in TEST() 143 greg.scrollRect(delta1.x(), delta1.y(), rect); in TEST() 144 greg.scrollRect(delta2.x(), delta2.y(), rect); in TEST() 151 EXPECT_FALSE(update.scrollRect.isEmpty()); in TEST() 153 EXPECT_EQ(rect, update.scrollRect); in TEST() [all …]
|
/external/chromium_org/third_party/WebKit/Source/web/painting/ |
D | PaintAggregator.cpp | 133 damagedRect.setY(scrollRect.y()); in calculateScrollDamage() 134 damagedRect.setHeight(scrollRect.height()); in calculateScrollDamage() 136 damagedRect.setX(scrollRect.x()); in calculateScrollDamage() 139 damagedRect.setX(scrollRect.maxX() + dx); in calculateScrollDamage() 144 damagedRect.setX(scrollRect.x()); in calculateScrollDamage() 145 damagedRect.setWidth(scrollRect.width()); in calculateScrollDamage() 147 damagedRect.setY(scrollRect.y()); in calculateScrollDamage() 150 damagedRect.setY(scrollRect.maxY() + dy); in calculateScrollDamage() 156 return intersection(scrollRect, damagedRect); in calculateScrollDamage() 169 return !m_update.scrollRect.isEmpty() || !m_update.paintRects.isEmpty(); in hasPendingUpdate() [all …]
|
D | PaintAggregator.h | 63 WebCore::IntRect scrollRect; member 79 void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect);
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkBitmap_scroll.cpp | 11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect() function in SkBitmap 23 tmp.scrollRect(NULL, dx, dy, inval); in scrollRect()
|
/external/skia/src/core/ |
D | SkBitmap_scroll.cpp | 11 bool SkBitmap::scrollRect(const SkIRect* subset, int dx, int dy, in scrollRect() function in SkBitmap 23 tmp.scrollRect(NULL, dx, dy, inval); in scrollRect()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderListBox.cpp | 363 IntRect scrollRect = pixelSnappedIntRect(paintOffset.x() + scrollbarLeft(), in paintScrollbar() local 367 m_vBar->setFrameRect(scrollRect); in paintScrollbar() 743 IntRect scrollRect = rect; in invalidateScrollbarRect() local 745 scrollRect.move(borderLeft(), borderTop()); in invalidateScrollbarRect() 747 scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop()); in invalidateScrollbarRect() 748 repaintRectangle(scrollRect); in invalidateScrollbarRect()
|
D | RenderLayerScrollableArea.cpp | 185 IntRect scrollRect = rect; in invalidateScrollbarRect() local 191 scrollRect.move(verticalScrollbarStart(0, m_box->width()), m_box->borderTop()); in invalidateScrollbarRect() 193 …scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->… in invalidateScrollbarRect() 194 m_box->repaintRectangle(scrollRect); in invalidateScrollbarRect()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebPluginContainer.h | 62 virtual void scrollRect(int dx, int dy, const WebRect&) = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebPagePopupImpl.cpp | 100 …virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect… in scroll() argument 102 …nt()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect)); in scroll()
|
D | WebPopupMenuImpl.h | 118 const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect,
|
D | WebPluginContainerImpl.h | 104 virtual void scrollRect(int dx, int dy, const WebRect&);
|
D | WebPopupMenuImpl.cpp | 357 void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect&… in scroll() argument
|
D | ChromeClientImpl.cpp | 507 const IntSize& scrollDelta, const IntRect& scrollRect, in scroll() argument 514 m_webView->client()->didScrollRect(dx, dy, intersection(scrollRect, clipRect)); in scroll()
|
D | WebPluginContainerImpl.cpp | 379 void WebPluginContainerImpl::scrollRect(int dx, int dy, const WebRect& rect) in scrollRect() function in blink::WebPluginContainerImpl
|
/external/chromium_org/content/renderer/browser_plugin/ |
D | browser_plugin_backing_store.cc | 92 bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); in ScrollBackingStore()
|
/external/skia/gm/ |
D | bitmapscroll.cpp | 137 SkDEBUGCODE(bool scrollRectReturnValue = )scrolledBitmap.scrollRect( in draw9()
|
/external/chromium_org/content/browser/renderer_host/ |
D | backing_store_aura.cc | 156 bitmap_.scrollRect(&rect, pixel_delta.x(), pixel_delta.y()); in ScrollBackingStore()
|
D | render_widget_host_view_mac.mm | 966 // Because the findbar might be open, we cannot use scrollRect:by: here. For
|
/external/skia/include/core/ |
D | SkBitmap.h | 449 bool scrollRect(const SkIRect* subset, int dx, int dy,
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkBitmap.h | 449 bool scrollRect(const SkIRect* subset, int dx, int dy,
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_plugin_instance_impl.cc | 693 container_->scrollRect(dx, dy, rect); in ScrollRect()
|
/external/chromium/chrome/browser/renderer_host/ |
D | render_widget_host_view_mac.mm | 486 // Because the findbar might be open, we cannot use scrollRect:by: here. For
|