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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGTextPath.h 35 virtual bool isSVGTextPath() const { return true; }
43 DEFINE_RENDER_OBJECT_TYPE_CASTS(RenderSVGTextPath, isSVGTextPath());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 441 virtual bool isSVGTextPath() const { return false; }
    [all...]

Completed in 159 milliseconds