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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGTextRunRenderingContext.h32 class SVGTextRunRenderingContext FINAL : public TextRun::RenderingContext {
34 static PassRefPtr<SVGTextRunRenderingContext> create(RenderObject* renderer)
36 return adoptRef(new SVGTextRunRenderingContext(renderer));
52 SVGTextRunRenderingContext(RenderObject* renderer) function in class:blink::FINAL
57 virtual ~SVGTextRunRenderingContext() { }

Completed in 202 milliseconds