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

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGRoot.h 37 class RenderSVGRoot : public RenderBox {
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*);
RenderSVGRoot.cpp 26 #include "RenderSVGRoot.h"
48 RenderSVGRoot::RenderSVGRoot(SVGStyledElement* node)
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::selfWillPaint(
    [all...]

Completed in 21 milliseconds