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();
RenderSVGTextPath.cpp 48 return child->isSVGInline() && !child->isSVGTextPath();
RenderSVGInlineText.cpp 148 if (!position && parent()->isSVGTextPath() && !previousSibling())
RenderSVGResourceContainer.cpp 238 ASSERT(object->isSVGText() || object->isSVGTextPath() || object->isSVGInline());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 470 virtual bool isSVGTextPath() const { return false; }
    [all...]

Completed in 304 milliseconds