Searched defs:clippedOverflowRectForRepaint (Results 1 - 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGHiddenContainer.h47 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject*) { return IntRect(); } function in class:WebCore::RenderSVGHiddenContainer
H A DRenderSVGGradientStop.h46 virtual IntRect clippedOverflowRectForRepaint(RenderBoxModelObject*) { return IntRect(); } function in class:WebCore::RenderSVGGradientStop
H A DRenderSVGInline.cpp70 IntRect RenderSVGInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderSVGInline
72 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
H A DRenderSVGModelObject.cpp46 IntRect RenderSVGModelObject::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderSVGModelObject
48 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
H A DRenderSVGForeignObject.cpp71 IntRect RenderSVGForeignObject::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderSVGForeignObject
73 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
H A DRenderSVGRoot.cpp276 IntRect RenderSVGRoot::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderSVGRoot
278 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
H A DRenderSVGText.cpp85 IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderSVGText
87 return SVGRenderSupport::clippedOverflowRectForRepaint(this, repaintContainer);
H A DSVGRenderSupport.cpp48 IntRect SVGRenderSupport::clippedOverflowRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer) function in class:WebCore::SVGRenderSupport
/external/webkit/Source/WebCore/rendering/
H A DRenderTableCol.cpp72 IntRect RenderTableCol::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderTableCol
82 return parentTable->clippedOverflowRectForRepaint(repaintContainer);
H A DRenderTableRow.cpp158 // We cannot call repaint() because our clippedOverflowRectForRepaint() is taken from the
172 IntRect RenderTableRow::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderTableRow
177 return RenderBox::clippedOverflowRectForRepaint(repaintContainer);
184 return parentTable->clippedOverflowRectForRepaint(repaintContainer);
H A DRenderReplaced.cpp389 IntRect RenderReplaced::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderReplaced
H A DRenderInline.cpp959 IntRect RenderInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderInline
H A DRenderTableCell.cpp247 IntRect RenderTableCell::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderTableCell
254 return RenderBlock::clippedOverflowRectForRepaint(repaintContainer);
H A DRenderText.cpp1388 IntRect RenderText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderText
1394 return repaintContainer->clippedOverflowRectForRepaint(repaintContainer);
1396 return container->clippedOverflowRectForRepaint(repaintContainer);
H A DRenderBox.cpp1368 IntRect RenderBox::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer) function in class:WebCore::RenderBox
H A DRenderObject.cpp1190 repaintUsingContainer(repaintContainer ? repaintContainer : view, clippedOverflowRectForRepaint(repaintContainer), immediate);
1221 // ASSERT(!newBoundsPtr || *newBoundsPtr == clippedOverflowRectForRepaint(repaintContainer));
1222 IntRect newBounds = newBoundsPtr ? *newBoundsPtr : clippedOverflowRectForRepaint(repaintContainer);
1340 IntRect r(clippedOverflowRectForRepaint(repaintContainer));
1345 IntRect RenderObject::clippedOverflowRectForRepaint(RenderBoxModelObject*) function in class:WebCore::RenderObject
1630 // during styleDidChange (it's used by clippedOverflowRectForRepaint()).

Completed in 1091 milliseconds