Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DRenderSVGTextPath.h37 virtual bool isSVGTextPath() const OVERRIDE { return true; } in isSVGTextPath() function
45 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath());
DRenderSVGTSpan.cpp50 return child->isSVGInline() && !child->isSVGTextPath(); in isChildAllowed()
DRenderSVGTextPath.cpp48 return child->isSVGInline() && !child->isSVGTextPath(); in isChildAllowed()
DRenderSVGResourceContainer.cpp243 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.h432 virtual bool isSVGTextPath() const { return false; } in isSVGTextPath() function