HomeSort by relevance Sort by last modified time
    Searched refs:RenderSVGRoot (Results 1 - 9 of 9) 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...]
SVGRenderSupport.h 38 class RenderSVGRoot;
48 // Shares child layouting code between RenderSVGRoot/RenderSVG(Hidden)Container
72 static const RenderSVGRoot* findTreeRootObject(const RenderObject*);
SVGRenderTreeAsText.h 45 class RenderSVGRoot;
52 void write(TextStream&, const RenderSVGRoot&, int indent);
SVGImageBufferTools.cpp 29 #include "RenderSVGRoot.h"
120 const RenderSVGRoot* svgRoot = SVGRenderSupport::findTreeRootObject(renderer);
SVGRenderSupport.cpp 40 #include "RenderSVGRoot.h"
190 const RenderSVGRoot* SVGRenderSupport::findTreeRootObject(const RenderObject* start)
263 // RenderSVGRoot should never query for overflow state - it should always clip itself to the initial viewport size.
SVGRenderTreeAsText.cpp 57 #include "RenderSVGRoot.h"
427 static TextStream& operator<<(TextStream& ts, const RenderSVGRoot& root)
656 void write(TextStream& ts, const RenderSVGRoot& root, int indent)
  /external/webkit/Source/WebCore/svg/
SVGSVGElement.cpp 39 #include "RenderSVGRoot.h"
307 // calculations on RenderSVGRoot will be wrong.
502 // RenderSVGRoot::localToBorderBoxTransform() (called through mapLocalToContainer(), called from localToAbsolute())
520 return new (arena) RenderSVGRoot(this);
  /external/webkit/Source/WebCore/
Android.mk 921 rendering/svg/RenderSVGRoot.cpp \
    [all...]

Completed in 152 milliseconds