Home
last modified time | relevance | path

Searched refs:LengthTypePC (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGLength.cpp44 ASSERT(type >= LengthTypeUnknown && type <= LengthTypePC); in toSVGLengthType()
88 case LengthTypePC: in lengthTypeToString()
127 return LengthTypePC; in stringToLengthType()
275 if (type == LengthTypeUnknown || type > LengthTypePC) { in newValueSpecifiedUnits()
286 if (type == LengthTypeUnknown || type > LengthTypePC) { in convertToSpecifiedUnits()
339 svgType = LengthTypePC; in fromCSSPrimitiveValue()
392 case LengthTypePC: in toCSSPrimitiveValue()
DSVGLengthContext.cpp121 case LengthTypePC: in convertValueToUserUnits()
153 case LengthTypePC: in convertValueFromUserUnits()
DSVGLengthContext.h43 LengthTypePC enumerator
DSVGLength.h56 SVG_LENGTHTYPE_PC = LengthTypePC