Home
last modified time | relevance | path

Searched refs:isSVGTextPath (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTextPath.h35 virtual bool isSVGTextPath() const { return true; } in isSVGTextPath() function
43 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath());
DRenderSVGResourceContainer.cpp242 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); in shouldTransformOnTextPainting()
DRenderSVGInlineText.cpp147 if (!position && parent()->isSVGTextPath() && !previousSibling()) in characterStartsNewTextChunk()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderObject.h441 virtual bool isSVGTextPath() const { return false; } in isSVGTextPath() function