HomeSort by relevance Sort by last modified time
    Searched defs:computeRectForRepaint (Results 1 - 11 of 11) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInline.cpp 75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
77 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
RenderSVGModelObject.cpp 51 void RenderSVGModelObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
53 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
RenderSVGForeignObject.cpp 76 void RenderSVGForeignObject::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
78 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
RenderSVGText.cpp 90 void RenderSVGText::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
92 SVGRenderSupport::computeRectForRepaint(this, repaintContainer, repaintRect, fixed);
SVGRenderSupport.cpp 54 // 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)
67 // Translate to coords in our parent renderer, and then call computeRectForRepaint on our parent
69 object->parent()->computeRectForRepaint(repaintContainer, repaintRect, fixed);
RenderSVGRoot.cpp 281 void RenderSVGRoot::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
294 RenderBox::computeRectForRepaint(repaintContainer, repaintRect, fixed);
  /external/webkit/Source/WebCore/rendering/
RenderView.cpp 305 void RenderView::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& rect, bool fixed)
RenderInline.cpp     [all...]
RenderTableCell.cpp 295 computeRectForRepaint(repaintContainer, r);
299 void RenderTableCell::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& r, bool fixed)
307 RenderBlock::computeRectForRepaint(repaintContainer, r, fixed);
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]

Completed in 160 milliseconds