Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp43 case LengthTypeUnknown: in lengthTypeToString()
76 SVGLengthType type = LengthTypeUnknown; in stringToLengthType()
112 return LengthTypeUnknown; in stringToLengthType()
182 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in setUnitType()
206 if (type == LengthTypeUnknown) in parseValueInternal()
221 SVGLengthType type = LengthTypeUnknown; in setValueAsString()
249 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in convertToSpecifiedUnits()
303 svgType = LengthTypeUnknown; in fromCSSPrimitiveValue()
307 if (svgType == LengthTypeUnknown) in fromCSSPrimitiveValue()
321 case LengthTypeUnknown: in toCSSPrimitiveValue()
[all …]
DSVGLengthTearOff.cpp44 ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); in toSVGLengthType()
116 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in newValueSpecifiedUnits()
132 if (unitType == LengthTypeUnknown || unitType > LengthTypePC) { in convertToSpecifiedUnits()
DSVGLengthTearOff.h44 SVG_LENGTHTYPE_UNKNOWN = LengthTypeUnknown,
DSVGLengthContext.cpp112 case LengthTypeUnknown: in convertValueToUserUnits()
144 case LengthTypeUnknown: in convertValueFromUserUnits()
DSVGLengthContext.h33 LengthTypeUnknown = 0, enumerator