Searched refs:contentRectangleForPaintInvalidation (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h255 virtual void contentRectangleForPaintInvalidation(const IntRect&);
H A DScrollView.cpp780 void ScrollView::contentRectangleForPaintInvalidation(const IntRect& rect) function in class:blink::ScrollView
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.h385 virtual void contentRectangleForPaintInvalidation(const IntRect&) OVERRIDE;
H A DFrameView.cpp1667 void FrameView::contentRectangleForPaintInvalidation(const IntRect& r) function in class:blink::FrameView
1682 ScrollView::contentRectangleForPaintInvalidation(r);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderView.cpp351 m_frameView->contentRectangleForPaintInvalidation(pixelSnappedIntRect(paintInvalidationRect));

Completed in 191 milliseconds