Home
last modified time | relevance | path

Searched refs:scrollPaintRect (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/painting/
DPaintAggregator.h82 blink::IntRect scrollPaintRect(const blink::IntRect& paintRect, int dx, int dy) const;
DPaintAggregator.cpp279 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