Home
last modified time | relevance | path

Searched refs:SVGTextPathMethodAlign (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGTextPathElement.h31 SVGTextPathMethodAlign, enumerator
50 case SVGTextPathMethodAlign:
63 return SVGTextPathMethodAlign;
105 TEXTPATH_METHODTYPE_ALIGN = SVGTextPathMethodAlign,
DSVGTextPathElement.cpp49 , m_method(SVGTextPathMethodAlign) in DEFINE_ANIMATED_LENGTH()