Searched defs:RenderSVGRoot (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGRoot.h37 class RenderSVGRoot : public RenderBox { class in namespace:WebCore
39 explicit RenderSVGRoot(SVGStyledElement*);
40 virtual ~RenderSVGRoot();
54 virtual const char* renderName() const { return "RenderSVGRoot"; }
103 inline RenderSVGRoot* toRenderSVGRoot(RenderObject* object)
106 return static_cast<RenderSVGRoot*>(object);
109 inline const RenderSVGRoot* toRenderSVGRoot(const RenderObject* object)
112 return static_cast<const RenderSVGRoot*>(object);
116 void toRenderSVGRoot(const RenderSVGRoot*);
H A DRenderSVGRoot.cpp26 #include "RenderSVGRoot.h"
48 RenderSVGRoot::RenderSVGRoot(SVGStyledElement* node) function in class:WebCore::RenderSVGRoot
56 RenderSVGRoot::~RenderSVGRoot()
60 void RenderSVGRoot::computePreferredLogicalWidths()
79 int RenderSVGRoot::computeReplacedLogicalWidth(bool includeMaxWidth) const
90 int RenderSVGRoot::computeReplacedLogicalHeight() const
101 void RenderSVGRoot::layout()
135 bool RenderSVGRoot
[all...]

Completed in 1234 milliseconds