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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h656 virtual void incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationContainer) OVERRIDE;
H A DRenderObject.cpp1333 incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, newLocation);
1384 void RenderObject::incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking) function in class:blink::RenderObject
H A DRenderObject.h1121 virtual void incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking);
H A DRenderBox.cpp3888 void RenderBox::incrementallyInvalidatePaint(const RenderLayerModelObject& paintInvalidationContainer, const LayoutRect& oldBounds, const LayoutRect& newBounds, const LayoutPoint& positionFromPaintInvalidationBacking) function in class:blink::RenderBox
3890 RenderObject::incrementallyInvalidatePaint(paintInvalidationContainer, oldBounds, newBounds, positionFromPaintInvalidationBacking);
3899 // If border box size didn't change, RenderObject's incrementallyInvalidatePaint() is good.
3903 // If size of the paint invalidation rect equals to size of border box, RenderObject::incrementallyInvalidatePaint()

Completed in 1032 milliseconds