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 37 virtual bool isSVGTextPath() const { return true; }
47 ASSERT_WITH_SECURITY_IMPLICATION(!object || object->isSVGTextPath());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h 443 virtual bool isSVGTextPath() const { return false; }
    [all...]

Completed in 31 milliseconds