Searched refs:computeFloatRectForPaintInvalidation (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGBlock.cpp104 void RenderSVGBlock::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const function in class:WebCore::RenderSVGBlock
H A DRenderSVGBlock.h36 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
H A DRenderSVGInline.h49 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
H A DRenderSVGModelObject.h55 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect&, bool fixed = false) const OVERRIDE FINAL;
H A DRenderSVGInline.cpp93 void RenderSVGInline::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const function in class:WebCore::RenderSVGInline
H A DRenderSVGModelObject.cpp58 void RenderSVGModelObject::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const function in class:WebCore::RenderSVGModelObject
H A DRenderSVGRoot.h103 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const OVERRIDE;
H A DSVGRenderSupport.cpp55 object->computeFloatRectForPaintInvalidation(repaintContainer, repaintRect);
63 // Translate to coords in our parent renderer, and then call computeFloatRectForPaintInvalidation() on our parent.
65 object->parent()->computeFloatRectForPaintInvalidation(repaintContainer, repaintRect, fixed);
H A DRenderSVGRoot.cpp360 // RenderSVGRoot::computeFloatRectForPaintInvalidation and RenderReplaced::clippedOverflowRectForPaintInvalidation.
391 void RenderSVGRoot::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed) const function in class:WebCore::RenderSVGRoot
H A DRenderSVGText.cpp100 computeFloatRectForPaintInvalidation(paintInvalidationContainer, repaintRect, fixed);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderObject.h859 virtual void computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, bool fixed = false) const;
H A DRenderObject.cpp1847 void RenderObject::computeFloatRectForPaintInvalidation(const RenderLayerModelObject*, FloatRect&, bool) const function in class:WebCore::RenderObject

Completed in 212 milliseconds