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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h846 LayoutRect computePaintInvalidationRect() function in class:blink::RenderObject
848 return computePaintInvalidationRect(containerForPaintInvalidation());
852 LayoutRect computePaintInvalidationRect(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* = 0) const;
H A DRenderLayer.h332 static LayoutRect computePaintInvalidationRect(const RenderObject*, const RenderLayer* paintInvalidationContainer, const PaintInvalidationState* = 0);
H A DRenderObject.cpp1174 LayoutRect RenderObject::computePaintInvalidationRect(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const function in class:blink::RenderObject
1213 return computePaintInvalidationRect(paintInvalidationContainer, paintInvalidationState);
1214 return RenderLayer::computePaintInvalidationRect(this, paintInvalidationContainer->layer(), paintInvalidationState);
H A DRenderLayer.cpp587 LayoutRect RenderLayer::computePaintInvalidationRect(const RenderObject* renderObject, const RenderLayer* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) function in class:blink::RenderLayer
590 return renderObject->computePaintInvalidationRect(paintInvalidationContainer->renderer(), paintInvalidationState);

Completed in 70 milliseconds