scrollRect 188 Source/core/rendering/RenderLayerScrollableArea.cpp IntRect scrollRect = rect; scrollRect 194 Source/core/rendering/RenderLayerScrollableArea.cpp scrollRect.move(verticalScrollbarStart(0, m_box->width()), m_box->borderTop()); scrollRect 196 Source/core/rendering/RenderLayerScrollableArea.cpp scrollRect.move(horizontalScrollbarStart(0), m_box->height() - m_box->borderBottom() - scrollbar->height()); scrollRect 198 Source/core/rendering/RenderLayerScrollableArea.cpp if (scrollRect.isEmpty()) scrollRect 201 Source/core/rendering/RenderLayerScrollableArea.cpp LayoutRect repaintRect = scrollRect; scrollRect 375 Source/core/rendering/RenderListBox.cpp IntRect scrollRect = pixelSnappedIntRect(paintOffset.x() + scrollbarLeft(), scrollRect 379 Source/core/rendering/RenderListBox.cpp m_vBar->setFrameRect(scrollRect); scrollRect 752 Source/core/rendering/RenderListBox.cpp IntRect scrollRect = rect; scrollRect 754 Source/core/rendering/RenderListBox.cpp scrollRect.move(borderLeft(), borderTop()); scrollRect 756 Source/core/rendering/RenderListBox.cpp scrollRect.move(width() - borderRight() - scrollbar->width(), borderTop()); scrollRect 759 Source/core/rendering/RenderListBox.cpp m_verticalBarDamage = scrollRect; scrollRect 762 Source/core/rendering/RenderListBox.cpp repaintRectangle(scrollRect); scrollRect 498 Source/web/ChromeClientImpl.cpp const IntSize& scrollDelta, const IntRect& scrollRect, scrollRect 505 Source/web/ChromeClientImpl.cpp m_webView->client()->didScrollRect(dx, dy, intersection(scrollRect, clipRect)); scrollRect 100 Source/web/WebPagePopupImpl.cpp virtual void scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) OVERRIDE scrollRect 102 Source/web/WebPagePopupImpl.cpp m_popup->widgetClient()->didScrollRect(scrollDelta.width(), scrollDelta.height(), intersection(scrollRect, clipRect)); scrollRect 104 Source/web/WebPluginContainerImpl.h virtual void scrollRect(int dx, int dy, const WebRect&) OVERRIDE; scrollRect 418 Source/web/WebPopupMenuImpl.cpp void WebPopupMenuImpl::scroll(const IntSize& scrollDelta, const IntRect& scrollRect, const IntRect& clipRect) scrollRect 125 Source/web/WebPopupMenuImpl.h const WebCore::IntSize& scrollDelta, const WebCore::IntRect& scrollRect, scrollRect 133 Source/web/painting/PaintAggregator.cpp damagedRect.setY(scrollRect.y()); scrollRect 134 Source/web/painting/PaintAggregator.cpp damagedRect.setHeight(scrollRect.height()); scrollRect 136 Source/web/painting/PaintAggregator.cpp damagedRect.setX(scrollRect.x()); scrollRect 139 Source/web/painting/PaintAggregator.cpp damagedRect.setX(scrollRect.maxX() + dx); scrollRect 144 Source/web/painting/PaintAggregator.cpp damagedRect.setX(scrollRect.x()); scrollRect 145 Source/web/painting/PaintAggregator.cpp damagedRect.setWidth(scrollRect.width()); scrollRect 147 Source/web/painting/PaintAggregator.cpp damagedRect.setY(scrollRect.y()); scrollRect 150 Source/web/painting/PaintAggregator.cpp damagedRect.setY(scrollRect.maxY() + dy); scrollRect 156 Source/web/painting/PaintAggregator.cpp return intersection(scrollRect, damagedRect); scrollRect 169 Source/web/painting/PaintAggregator.cpp return !m_update.scrollRect.isEmpty() || !m_update.paintRects.isEmpty(); scrollRect 182 Source/web/painting/PaintAggregator.cpp if (m_update.scrollRect.isEmpty() && m_update.paintRects.size() > 1) { scrollRect 219 Source/web/painting/PaintAggregator.cpp if (!m_update.scrollRect.isEmpty()) { scrollRect 222 Source/web/painting/PaintAggregator.cpp else if (m_update.scrollRect.contains(rect)) { scrollRect 251 Source/web/painting/PaintAggregator.cpp if (!m_update.scrollRect.isEmpty() && m_update.scrollRect != clipRect) { scrollRect 265 Source/web/painting/PaintAggregator.cpp m_update.scrollRect = clipRect; scrollRect 270 Source/web/painting/PaintAggregator.cpp m_update.scrollRect = IntRect(); scrollRect 276 Source/web/painting/PaintAggregator.cpp if (m_update.scrollRect.contains(m_update.paintRects[i])) { scrollRect 283 Source/web/painting/PaintAggregator.cpp } else if (m_update.scrollRect.intersects(m_update.paintRects[i])) { scrollRect 300 Source/web/painting/PaintAggregator.cpp result = intersection(m_update.scrollRect, result); scrollRect 309 Source/web/painting/PaintAggregator.cpp if (!m_update.scrollRect.intersects(rect)) scrollRect 312 Source/web/painting/PaintAggregator.cpp if (!m_update.scrollRect.contains(rect)) scrollRect 323 Source/web/painting/PaintAggregator.cpp if (m_update.scrollRect.contains(existingRect)) scrollRect 326 Source/web/painting/PaintAggregator.cpp int scrollArea = calculateArea(m_update.scrollRect); scrollRect 335 Source/web/painting/PaintAggregator.cpp IntRect scrollRect = m_update.scrollRect; scrollRect 336 Source/web/painting/PaintAggregator.cpp m_update.scrollRect = IntRect(); scrollRect 338 Source/web/painting/PaintAggregator.cpp invalidateRect(scrollRect); scrollRect 352 Source/web/painting/PaintAggregator.cpp if (m_update.scrollRect.isEmpty()) { scrollRect 360 Source/web/painting/PaintAggregator.cpp if (m_update.scrollRect.contains(existingRect)) scrollRect 63 Source/web/painting/PaintAggregator.h WebCore::IntRect scrollRect; scrollRect 79 Source/web/painting/PaintAggregator.h void scrollRect(int dx, int dy, const WebCore::IntRect& clipRect); scrollRect 58 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 80 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 105 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 117 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta.x(), delta.y(), rect); scrollRect 124 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 126 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.scrollRect); scrollRect 143 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta1.x(), delta1.y(), rect); scrollRect 144 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta2.x(), delta2.y(), rect); scrollRect 151 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 153 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(rect, update.scrollRect); scrollRect 175 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta1.x(), delta1.y(), rect); scrollRect 176 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta2.x(), delta2.y(), rect); scrollRect 190 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(delta.x(), delta.y(), rect); scrollRect 196 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 206 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 207 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 217 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 220 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 231 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 232 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 239 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 244 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 255 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 256 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 268 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 271 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 279 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 280 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(0, 1, scrollRect); scrollRect 289 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 292 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.paintRects[0]); scrollRect 302 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 303 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(0, 1, scrollRect); scrollRect 309 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 312 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.paintRects[0]); scrollRect 322 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 323 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 325 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedPaintRect = unionRect(scrollRect, paintRect); scrollRect 331 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 341 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 342 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 347 Source/web/tests/PaintAggregatorTest.cpp IntRect expectedPaintRect = unionRect(scrollRect, paintRect); scrollRect 353 Source/web/tests/PaintAggregatorTest.cpp EXPECT_TRUE(update.scrollRect.isEmpty()); scrollRect 366 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 2, 10); scrollRect 367 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 373 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 377 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 384 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 2, 10); scrollRect 385 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 394 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 398 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 408 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 409 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(2, 0, scrollRect); scrollRect 418 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 422 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 432 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 433 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(6, 0, scrollRect); scrollRect 439 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 442 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 449 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 450 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(4, 0, scrollRect); scrollRect 462 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 465 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 474 Source/web/tests/PaintAggregatorTest.cpp IntRect scrollRect(0, 0, 10, 10); scrollRect 475 Source/web/tests/PaintAggregatorTest.cpp greg.scrollRect(4, 0, scrollRect); scrollRect 486 Source/web/tests/PaintAggregatorTest.cpp EXPECT_FALSE(update.scrollRect.isEmpty()); scrollRect 489 Source/web/tests/PaintAggregatorTest.cpp EXPECT_EQ(scrollRect, update.scrollRect); scrollRect 62 public/web/WebPluginContainer.h virtual void scrollRect(int dx, int dy, const WebRect&) = 0;