Searched refs:scrollPaintRect (Results 1 – 2 of 2) sorted by relevance
82 blink::IntRect scrollPaintRect(const blink::IntRect& paintRect, int dx, int dy) const;
279 m_update.paintRects[i] = scrollPaintRect(m_update.paintRects[i], dx, dy); in scrollRect()297 IntRect PaintAggregator::scrollPaintRect(const IntRect& paintRect, int dx, int dy) const in scrollPaintRect() function in blink::PaintAggregator