Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRenderSupport.h85 static bool isEmptySVGInlineText(const RenderObject*);
DRenderSVGInline.cpp35 if (SVGRenderSupport::isEmptySVGInlineText(child)) in isChildAllowed()
DSVGRenderSupport.cpp406 bool SVGRenderSupport::isEmptySVGInlineText(const RenderObject* object) in isEmptySVGInlineText() function in WebCore::SVGRenderSupport
DRenderSVGText.cpp73 return child->isInline() && !SVGRenderSupport::isEmptySVGInlineText(child); in isChildAllowed()