Searched defs:computeRectForRepaint (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInline.cpp75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::RenderSVGInline
77 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
H A DRenderSVGModelObject.cpp51 void RenderSVGModelObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::RenderSVGModelObject
53 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
H A DRenderSVGForeignObject.cpp76 void RenderSVGForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::RenderSVGForeignObject
78 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
H A DRenderSVGRoot.cpp281 void RenderSVGRoot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::RenderSVGRoot
294 RenderBox::computeRectForRepaint(repaintContainer, repaintRect, fixed);
H A DRenderSVGText.cpp90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::RenderSVGText
92 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
H A DSVGRenderSupport.cpp54 // Pass our local paint rect to computeRectForRepaint() which will
57 object->computeRectForRepaint(repaintContainer, repaintRect);
61 void SVGRenderSupport::computeRectForRepaint(RenderObject* object, RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed) function in class:WebCore::SVGRenderSupport
67 // Translate to coords in our parent renderer, and then call computeRectForRepaint on our parent
69 object->parent()->computeRectForRepaint(repaintContainer, repaintRect, fixed);
/external/webkit/Source/WebCore/rendering/
H A DRenderView.cpp305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) function in class:WebCore::RenderView
H A DRenderInline.cpp1003 cb->computeRectForRepaint(repaintContainer, r);
1032 void RenderInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) function in class:WebCore::RenderInline
1100 o->computeRectForRepaint(repaintContainer, rect, fixed);
H A DRenderTableCell.cpp295 computeRectForRepaint(repaintContainer, r);
299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed) function in class:WebCore::RenderTableCell
307 RenderBlock::computeRectForRepaint(repaintContainer, r, fixed);
H A DRenderBox.cpp1395 computeRectForRepaint(repaintContainer, r);
1399 void RenderBox::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) function in class:WebCore::RenderBox
1406 // RenderView::computeRectForRepaint then converts the rect to physical coordinates. We also convert to
1504 o->computeRectForRepaint(repaintContainer, rect, fixed);
H A DRenderObject.cpp1210 computeRectForRepaint(repaintContainer, dirtyRect);
1351 void RenderObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed) function in class:WebCore::RenderObject
1378 o->computeRectForRepaint(repaintContainer, rect, fixed);

Completed in 1546 milliseconds