Home
last modified time | relevance | path

Searched refs:computeFloatRectForRepaint (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGInline.cpp83 void RenderSVGInline::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, Fl… in computeFloatRectForRepaint() function in WebCore::RenderSVGInline
85 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeFloatRectForRepaint()
DRenderSVGForeignObject.cpp93 void RenderSVGForeignObject::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContai… in computeFloatRectForRepaint() function in WebCore::RenderSVGForeignObject
95 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeFloatRectForRepaint()
DRenderSVGModelObject.cpp52 void RenderSVGModelObject::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContaine… in computeFloatRectForRepaint() function in WebCore::RenderSVGModelObject
54 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeFloatRectForRepaint()
DSVGRenderSupport.h69 …static void computeFloatRectForRepaint(const RenderObject*, const RenderLayerModelObject* repaintC…
DSVGRenderSupport.cpp55 object->computeFloatRectForRepaint(repaintContainer, repaintRect); in clippedOverflowRectForRepaint()
59 void SVGRenderSupport::computeFloatRectForRepaint(const RenderObject* object, const RenderLayerMode… in computeFloatRectForRepaint() function in WebCore::SVGRenderSupport
65 object->parent()->computeFloatRectForRepaint(repaintContainer, repaintRect, fixed); in computeFloatRectForRepaint()
DRenderSVGModelObject.h53 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderSVGInline.h48 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderSVGForeignObject.h40 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderSVGText.cpp104 computeFloatRectForRepaint(repaintContainer, repaintRect, fixed); in computeRectForRepaint()
108 void RenderSVGText::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, Floa… in computeFloatRectForRepaint() function in WebCore::RenderSVGText
110 SVGRenderSupport::computeFloatRectForRepaint(this, repaintContainer, repaintRect, fixed); in computeFloatRectForRepaint()
DRenderSVGText.h75 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderSVGRoot.h95 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderSVGRoot.cpp357 void RenderSVGRoot::computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, Floa… in computeFloatRectForRepaint() function in WebCore::RenderSVGRoot
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h846 …virtual void computeFloatRectForRepaint(const RenderLayerModelObject* repaintContainer, FloatRect&…
DRenderObject.cpp1649 void RenderObject::computeFloatRectForRepaint(const RenderLayerModelObject*, FloatRect&, bool) const in computeFloatRectForRepaint() function in WebCore::RenderObject