Home
last modified time | relevance | path

Searched refs:outlineBoundsForRepaint (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGModelObject.h56 … virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint*) const;
DRenderSVGModelObject.cpp64 IntRect RenderSVGModelObject::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPo… in outlineBoundsForRepaint() function in WebCore::RenderSVGModelObject
/external/webkit/Source/WebCore/rendering/
DRenderObject.h773 return outlineBoundsForRepaint(0); in absoluteOutlineBounds()
796 …virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, IntPoint* /*ca…
808 m_oldOutlineBox = m_object.outlineBoundsForRepaint(m_repaintContainer); in m_object()
DRenderBox.h124 …virtual IntRect outlineBoundsForRepaint(RenderBoxModelObject* /*repaintContainer*/, IntPoint* cach…
DRenderLayer.cpp346 IntRect newOutlineBox = renderer()->outlineBoundsForRepaint(repaintContainer, cachedOffset); in updateLayerPositions()
410 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer); in computeRepaintRects()
543 m_outlineBox = renderer()->outlineBoundsForRepaint(repaintContainer); in setHasVisibleContent()
DRenderObject.cpp1232 …newOutlineBox = newOutlineBoxRectPtr ? *newOutlineBoxRectPtr : outlineBoundsForRepaint(repaintCont… in repaintAfterLayoutIfNeeded()
DRenderBox.cpp504 IntRect RenderBox::outlineBoundsForRepaint(RenderBoxModelObject* repaintContainer, IntPoint* cached… in outlineBoundsForRepaint() function in WebCore::RenderBox
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1618697 …Remove m_absoluteBounds hack from SVG renderers and move outlineBoundsForRepaint into RenderSVGMod…
18703 Writing real outlineBoundsForRepaint required writing a mapLocalToContainer() function
18716 (WebCore::RenderSVGModelObject::outlineBoundsForRepaint):
18734 outlineBoundsForRepaint() should compute a quad relative to the
18743 (WebCore::RenderBox::outlineBoundsForRepaint):
42723 (WebCore::RenderBox::outlineBoundsForRepaint):
42784 (WebCore::RenderObject::outlineBoundsForRepaint):
42787 (WebCore::RenderPath::outlineBoundsForRepaint):
42795 (WebCore::RenderSVGContainer::outlineBoundsForRepaint):
48040 (WebCore::RenderBox::outlineBoundsForRepaint):
[all …]
DChangeLog-2010-05-2428145 (WebCore::RenderBox::outlineBoundsForRepaint):
28151 (WebCore::RenderObject::outlineBoundsForRepaint):
28153 (WebCore::RenderSVGModelObject::outlineBoundsForRepaint):