Searched refs:clippedOverflowRectForPaintInvalidation (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGHiddenContainer.h45 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*) const OVERRIDE FINAL { return LayoutRect(); }
H A DRenderSVGGradientStop.h46 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*) const OVERRIDE { return LayoutRect(); }
H A DRenderSVGModelObject.cpp53 LayoutRect RenderSVGModelObject::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderSVGModelObject
142 setPreviousPaintInvalidationRect(clippedOverflowRectForPaintInvalidation(&newPaintInvalidationContainer));
H A DRenderSVGBlock.cpp99 LayoutRect RenderSVGBlock::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderSVGBlock
H A DRenderSVGBlock.h35 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE FINAL;
H A DRenderSVGInline.h48 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE FINAL;
H A DRenderSVGModelObject.h54 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderSVGInline.cpp88 LayoutRect RenderSVGInline::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderSVGInline
H A DRenderSVGRoot.h102 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderSVGRoot.cpp357 LayoutRect RenderSVGRoot::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderSVGRoot
359 // This is an open-coded aggregate of SVGRenderSupport::clippedOverflowRectForPaintInvalidation,
360 // RenderSVGRoot::computeFloatRectForPaintInvalidation and RenderReplaced::clippedOverflowRectForPaintInvalidation.
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTableCol.cpp97 LayoutRect RenderTableCol::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderTableCol
107 return parentTable->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer);
H A DRenderReplaced.h79 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderTableCol.h99 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderInline.h148 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderTableCell.h241 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderText.h121 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE FINAL;
H A DRenderText.cpp1572 LayoutRect RenderText::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderText
1583 return paintInvalidationContainer->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer);
1585 return rendererToRepaint->clippedOverflowRectForPaintInvalidation(paintInvalidationContainer);
H A DRenderReplaced.cpp603 LayoutRect RenderReplaced::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderReplaced
H A DRenderObject.h850 return clippedOverflowRectForPaintInvalidation(0);
853 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const;
H A DRenderTableCell.cpp322 LayoutRect RenderTableCell::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderTableCell
329 return RenderBlockFlow::clippedOverflowRectForPaintInvalidation(paintInvalidationContainer);
H A DRenderBox.h410 virtual LayoutRect clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const OVERRIDE;
H A DRenderObject.cpp1496 return clippedOverflowRectForPaintInvalidation(paintInvalidationContainer);
1652 // ASSERT(!newBoundsPtr || *newBoundsPtr == clippedOverflowRectForPaintInvalidation(paintInvalidationContainer));
1813 LayoutRect r(clippedOverflowRectForPaintInvalidation(paintInvalidationContainer));
1818 LayoutRect RenderObject::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject*) const function in class:WebCore::RenderObject
H A DRenderInline.cpp1009 LayoutRect RenderInline::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderInline
H A DRenderLayer.cpp451 // ASSERT(repainter().m_repaintRect == renderer()->clippedOverflowRectForPaintInvalidation(renderer()->containerForPaintInvalidation()));
726 LayoutRect rect = renderObject->clippedOverflowRectForPaintInvalidation(repaintContainer->renderer());
H A DRenderBox.cpp1992 LayoutRect RenderBox::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer) const function in class:WebCore::RenderBox
4620 // See for example RenderTableCell:clippedOverflowRectForPaintInvalidation.

Completed in 950 milliseconds