Home
last modified time | relevance | path

Searched refs:PathSegUnalteredRole (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/properties/
DSVGAnimatedPathSegListPropertyTearOff.h37 …aseVal = SVGPathSegListPropertyTearOff::create(this, BaseValRole, PathSegUnalteredRole, m_values, … in baseVal()
44 …nimVal = SVGPathSegListPropertyTearOff::create(this, AnimValRole, PathSegUnalteredRole, m_values, … in animVal()
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGPathElement.cpp82 , m_pathSegList(PathSegUnalteredRole) in DEFINE_ANIMATED_NUMBER()
260 SVGPathSegList newList(PathSegUnalteredRole); in svgAttributeChanged()
364 case PathSegUnalteredRole: in pathSegListChanged()
DSVGPathSeg.h54 PathSegUnalteredRole = 0, enumerator
DSVGPathSegWithContext.h40 case PathSegUnalteredRole: in animatedProperty()
DSVGPathUtilities.cpp146 SVGPathSegList appendedItemList(PathSegUnalteredRole); in appendSVGPathByteStreamFromSVGPathSeg()
183 …(element, parsingMode == NormalizedParsing ? PathSegNormalizedRole : PathSegUnalteredRole, result); in buildSVGPathSegListFromByteStream()