Searched refs:isEmptySVGInlineText (Results 1 – 4 of 4) sorted by relevance
85 static bool isEmptySVGInlineText(const RenderObject*);
35 if (SVGRenderSupport::isEmptySVGInlineText(child)) in isChildAllowed()
406 bool SVGRenderSupport::isEmptySVGInlineText(const RenderObject* object) in isEmptySVGInlineText() function in WebCore::SVGRenderSupport
73 return child->isInline() && !SVGRenderSupport::isEmptySVGInlineText(child); in isChildAllowed()