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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGText.h35 class RenderSVGText : public RenderSVGBlock { class in namespace:WebCore
37 RenderSVGText(SVGTextElement*);
45 static RenderSVGText* locateRenderSVGTextAncestor(RenderObject*);
46 static const RenderSVGText* locateRenderSVGTextAncestor(const RenderObject*);
52 virtual const char* renderName() const { return "RenderSVGText"; }
87 inline RenderSVGText* toRenderSVGText(RenderObject* object)
90 return static_cast<RenderSVGText*>(object);
93 inline const RenderSVGText* toRenderSVGText(const RenderObject* object)
96 return static_cast<const RenderSVGText*>(object);
100 void toRenderSVGText(const RenderSVGText*);
[all...]
H A DRenderSVGText.cpp29 #include "RenderSVGText.h"
52 RenderSVGText::RenderSVGText(SVGTextElement* node) function in class:WebCore::RenderSVGText
60 bool RenderSVGText::isChildAllowed(RenderObject* child, RenderStyle*) const
65 RenderSVGText* RenderSVGText::locateRenderSVGTextAncestor(RenderObject* start)
75 const RenderSVGText* RenderSVGText::locateRenderSVGTextAncestor(const RenderObject* start)
85 IntRect RenderSVGText::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
90 void RenderSVGText
[all...]

Completed in 79 milliseconds