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

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGInline.h31 class RenderSVGInline : public RenderInline { class in namespace:WebCore
33 explicit RenderSVGInline(Node*);
35 virtual const char* renderName() const { return "RenderSVGInline"; }
H A DRenderSVGInline.cpp25 #include "RenderSVGInline.h"
33 RenderSVGInline::RenderSVGInline(Node* n) function in class:WebCore::RenderSVGInline
39 InlineFlowBox* RenderSVGInline::createInlineFlowBox()
46 FloatRect RenderSVGInline::objectBoundingBox() const
54 FloatRect RenderSVGInline::strokeBoundingBox() const
62 FloatRect RenderSVGInline::repaintRectInLocalCoordinates() const
70 IntRect RenderSVGInline::clippedOverflowRectForRepaint(RenderBoxModelObject* repaintContainer)
75 void RenderSVGInline::computeRectForRepaint(RenderBoxModelObject* repaintContainer, IntRect& repaintRect, bool fixed)
80 void RenderSVGInline
[all...]

Completed in 72 milliseconds