HomeSort by relevance Sort by last modified time
    Searched refs:isSVGTextPath (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.h 37 virtual bool isSVGTextPath() const OVERRIDE { return true; }
45 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath());
RenderSVGTSpan.cpp 50 return child->isSVGInline() && !child->isSVGTextPath();