Searched refs:RenderSVGRoot (Results 1 – 16 of 16) sorted by relevance
47 RenderSVGRoot::RenderSVGRoot(SVGElement* node) in RenderSVGRoot() function in WebCore::RenderSVGRoot55 RenderSVGRoot::~RenderSVGRoot() in ~RenderSVGRoot()59 void RenderSVGRoot::computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRat… in computeIntrinsicRatioInformation()110 bool RenderSVGRoot::isEmbeddedThroughSVGImage() const in isEmbeddedThroughSVGImage()115 bool RenderSVGRoot::isEmbeddedThroughFrameContainingSVGDocument() const in isEmbeddedThroughFrameContainingSVGDocument()136 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred… in computeReplacedLogicalWidth()159 LayoutUnit RenderSVGRoot::computeReplacedLogicalHeight() const in computeReplacedLogicalHeight()178 cb->addPercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in computeReplacedLogicalHeight()181 RenderBlock::removePercentHeightDescendant(const_cast<RenderSVGRoot*>(this)); in computeReplacedLogicalHeight()194 void RenderSVGRoot::layout() in layout()[all …]
35 class RenderSVGRoot FINAL : public RenderReplaced {37 explicit RenderSVGRoot(SVGElement*);38 virtual ~RenderSVGRoot();118 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGRoot, isSVGRoot());
40 class RenderSVGRoot; variable82 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
43 class RenderSVGRoot; variable50 void write(TextStream&, const RenderSVGRoot&, int indent);
357 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root) in operator <<()567 void write(TextStream& ts, const RenderSVGRoot& root, int indent) in write()
163 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start) in findTreeRootObject()
481 return new RenderSVGRoot(this); in createRenderer()605 RenderSVGRoot* root = toRenderSVGRoot(renderer()); in widthAttributeEstablishesViewport()627 RenderSVGRoot* root = toRenderSVGRoot(renderer()); in heightAttributeEstablishesViewport()
127 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer()); in setContainerSize()142 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer()); in containerSize()
53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
2774 'rendering/svg/RenderSVGRoot.cpp',2775 'rendering/svg/RenderSVGRoot.h',
832 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded()