Searched refs:applyCachedClipAndScrollOffsetForPaintInvalidation (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h578 void applyCachedClipAndScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const;
H A DRenderInline.cpp1112 containerBox->applyCachedClipAndScrollOffsetForPaintInvalidation(rect);
H A DRenderObject.cpp1456 boxParent->applyCachedClipAndScrollOffsetForPaintInvalidation(rect);
H A DRenderBox.cpp862 void RenderBox::applyCachedClipAndScrollOffsetForPaintInvalidation(LayoutRect& paintRect) const function in class:blink::RenderBox
1828 containerBox->applyCachedClipAndScrollOffsetForPaintInvalidation(rect);

Completed in 282 milliseconds