Lines Matching refs:RenderSVGInline

24 #include "core/rendering/svg/RenderSVGInline.h"
34 bool RenderSVGInline::isChildAllowed(RenderObject* child, RenderStyle* style) const
51 RenderSVGInline::RenderSVGInline(Element* element)
57 InlineFlowBox* RenderSVGInline::createInlineFlowBox()
64 FloatRect RenderSVGInline::objectBoundingBox() const
72 FloatRect RenderSVGInline::strokeBoundingBox() const
80 FloatRect RenderSVGInline::paintInvalidationRectInLocalCoordinates() const
88 LayoutRect RenderSVGInline::clippedOverflowRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, const PaintInvalidationState* paintInvalidationState) const
93 void RenderSVGInline::computeFloatRectForPaintInvalidation(const RenderLayerModelObject* paintInvalidationContainer, FloatRect& paintInvalidationRect, const PaintInvalidationState* paintInvalidationState) const
98 void RenderSVGInline::mapLocalToContainer(const RenderLayerModelObject* paintInvalidationContainer, TransformState& transformState, MapCoordinatesFlags, bool* wasFixed, const PaintInvalidationState* paintInvalidationState) const
103 const RenderObject* RenderSVGInline::pushMappingToContainer(const RenderLayerModelObject* ancestorToStopAt, RenderGeometryMap& geometryMap) const
108 void RenderSVGInline::absoluteQuads(Vector<FloatQuad>& quads, bool* wasFixed) const
119 void RenderSVGInline::willBeDestroyed()
125 void RenderSVGInline::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
134 void RenderSVGInline::addChild(RenderObject* child, RenderObject* beforeChild)
143 void RenderSVGInline::removeChild(RenderObject* child)