HomeSort by relevance Sort by last modified time
    Searched refs:RenderSVGRoot (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 35 class RenderSVGRoot FINAL : public RenderReplaced {
37 explicit RenderSVGRoot(SVGElement*);
38 virtual ~RenderSVGRoot();
75 virtual const char* renderName() const { return "RenderSVGRoot"; }
124 inline RenderSVGRoot* toRenderSVGRoot(RenderObject* object)
127 return static_cast<RenderSVGRoot*>(object);
130 inline const RenderSVGRoot* toRenderSVGRoot(const RenderObject* object)
133 return static_cast<const RenderSVGRoot*>(object);
137 void toRenderSVGRoot(const RenderSVGRoot*);
RenderSVGRoot.cpp 26 #include "core/rendering/svg/RenderSVGRoot.h"
48 RenderSVGRoot::RenderSVGRoot(SVGElement* node)
56 RenderSVGRoot::~RenderSVGRoot()
60 void RenderSVGRoot::computeIntrinsicRatioInformation(FloatSize& intrinsicSize, double& intrinsicRatio, bool& isPercentageIntrinsicSize) const
111 bool RenderSVGRoot::isEmbeddedThroughSVGImage() const
131 bool RenderSVGRoot::isEmbeddedThroughFrameContainingSVGDocument() const
152 LayoutUnit RenderSVGRoot::computeReplacedLogicalWidth(ShouldComputePreferred shouldComputePreferred) const
175 LayoutUnit RenderSVGRoot::computeReplacedLogicalHeight() cons
    [all...]
SVGRenderSupport.h 40 class RenderSVGRoot;
46 // Shares child layouting code between RenderSVGRoot/RenderSVG(Hidden)Container
79 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
SVGRenderTreeAsText.h 43 class RenderSVGRoot;
50 void write(TextStream&, const RenderSVGRoot&, int indent);
RenderSVGResourceContainer.cpp 26 #include "core/rendering/svg/RenderSVGRoot.h"
59 RenderSVGRoot::addResourceForClientInvalidation(this);
RenderSVGResourceMarker.cpp 28 #include "core/rendering/svg/RenderSVGRoot.h"
51 RenderSVGRoot::addResourceForClientInvalidation(this);
SVGRenderSupport.cpp 36 #include "core/rendering/svg/RenderSVGRoot.h"
74 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
76 // RenderSVGRoot's mapLocalToContainer method expects CSS box coordinates.
90 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
92 // RenderSVGRoot's mapLocalToContainer method expects CSS box coordinates.
163 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start)
279 // RenderSVGRoot should never query for overflow state - it should always clip itself to the initial viewport size.
SVGRenderTreeAsText.cpp 48 #include "core/rendering/svg/RenderSVGRoot.h"
370 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root)
585 void write(TextStream& ts, const RenderSVGRoot& root, int indent)
  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImage.cpp 40 #include "core/rendering/svg/RenderSVGRoot.h"
74 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer());
93 RenderSVGRoot* renderer = toRenderSVGRoot(rootElement->renderer());
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGSVGElement.cpp 46 #include "core/rendering/svg/RenderSVGRoot.h"
280 // At the SVG/HTML boundary (aka RenderSVGRoot), the width attribute can
438 // At the SVG/HTML boundary (aka RenderSVGRoot), we apply the localToBorderBoxTransform
440 // RenderSVGRoot's localToAbsolute method expects CSS box coordinates.
471 // but many things in FrameView and SVGImage depend on the RenderSVGRoot when
482 return new RenderSVGRoot(this);
602 RenderSVGRoot* root = toRenderSVGRoot(renderer());
624 RenderSVGRoot* root = toRenderSVGRoot(renderer());
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_svg.target.darwin-arm.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
webcore_svg.target.darwin-mips.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
webcore_svg.target.darwin-x86.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
webcore_svg.target.linux-arm.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
webcore_svg.target.linux-mips.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
webcore_svg.target.linux-x86.mk 53 third_party/WebKit/Source/core/rendering/svg/RenderSVGRoot.cpp \
  /external/chromium_org/third_party/WebKit/Source/core/page/
FrameView.cpp 74 #include "core/rendering/svg/RenderSVGRoot.h"
822 RenderSVGRoot* svgRoot = toRenderSVGRoot(contentBox);
831 // correct size, which RenderSVGRoot::computeReplacedLogicalWidth/Height rely on, when laying
832 // out for the first time, or when the RenderSVGRoot size has changed dynamically (eg. via <script>).
    [all...]

Completed in 123 milliseconds