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

  /external/webkit/WebCore/rendering/
RenderSVGRoot.h 36 class RenderSVGRoot : public RenderBox, protected SVGRenderBase {
38 RenderSVGRoot(SVGStyledElement*);
48 virtual const char* renderName() const { return "RenderSVGRoot"; }
89 inline RenderSVGRoot* toRenderSVGRoot(RenderObject* object)
92 return static_cast<RenderSVGRoot*>(object);
95 inline const RenderSVGRoot* toRenderSVGRoot(const RenderObject* object)
98 return static_cast<const RenderSVGRoot*>(object);
102 void toRenderSVGRoot(const RenderSVGRoot*);
RenderSVGRoot.cpp 26 #include "RenderSVGRoot.h"
45 RenderSVGRoot::RenderSVGRoot(SVGStyledElement* node)
51 int RenderSVGRoot::lineHeight(bool, bool) const
56 int RenderSVGRoot::baselinePosition(bool, bool) const
61 void RenderSVGRoot::calcPrefWidths()
80 void RenderSVGRoot::layout()
100 // RenderSVGRoot needs to take special care to propagate window size changes to the children,
109 bool RenderSVGRoot::selfWillPaint() const
120 void RenderSVGRoot::paint(PaintInfo& paintInfo, int parentX, int parentY
    [all...]

Completed in 24 milliseconds