Searched refs:isSVGTextPath (Results 1 – 6 of 6) sorted by relevance
37 virtual bool isSVGTextPath() const OVERRIDE { return true; } in isSVGTextPath() function45 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath());
50 return child->isSVGInline() && !child->isSVGTextPath(); in isChildAllowed()
48 return child->isSVGInline() && !child->isSVGTextPath(); in isChildAllowed()
243 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline()); in shouldTransformOnTextPainting()
147 if (!position && parent()->isSVGTextPath() && !previousSibling()) in characterStartsNewTextChunk()
432 virtual bool isSVGTextPath() const { return false; } in isSVGTextPath() function