Home
last modified time | relevance | path

Searched refs:RenderSVGRoot (Results 1 – 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGRoot.cpp47 RenderSVGRoot::RenderSVGRoot(SVGElement* node) in RenderSVGRoot() function in WebCore::RenderSVGRoot
55 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 …]
DRenderSVGRoot.h35 class RenderSVGRoot FINAL : public RenderReplaced {
37 explicit RenderSVGRoot(SVGElement*);
38 virtual ~RenderSVGRoot();
118 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGRoot, isSVGRoot());
DSVGRenderSupport.h40 class RenderSVGRoot; variable
82 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
DSVGRenderTreeAsText.h43 class RenderSVGRoot; variable
50 void write(TextStream&, const RenderSVGRoot&, int indent);
DSVGRenderTreeAsText.cpp357 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root) in operator <<()
567 void write(TextStream& ts, const RenderSVGRoot& root, int indent) in write()
DSVGRenderSupport.cpp163 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start) in findTreeRootObject()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGSVGElement.cpp481 return new RenderSVGRoot(this); in createRenderer()
605 RenderSVGRoot* root = toRenderSVGRoot(renderer()); in widthAttributeEstablishesViewport()
627 RenderSVGRoot* root = toRenderSVGRoot(renderer()); in heightAttributeEstablishesViewport()
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
DSVGImage.cpp127 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer()); in setContainerSize()
142 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer()); in containerSize()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_svg.target.darwin-arm.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dwebcore_svg.target.linux-x86.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dwebcore_svg.target.linux-arm.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dwebcore_svg.target.darwin-mips.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dwebcore_svg.target.linux-mips.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dwebcore_svg.target.darwin-x86.mk53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
Dcore.gypi2774 'rendering/svg/RenderSVGRoot.cpp',
2775 'rendering/svg/RenderSVGRoot.h',
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.cpp832 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox); in forceLayoutParentViewIfNeeded()