Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/svg/
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()
DSVGLength.cpp62 case LengthTypePC: in lengthTypeToString()
92 type = LengthTypePC; in stringToLengthType()
182 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in setUnitType()
249 ASSERT(type != LengthTypeUnknown && type <= LengthTypePC); in convertToSpecifiedUnits()
299 svgType = LengthTypePC; in fromCSSPrimitiveValue()
350 case LengthTypePC: in toCSSPrimitiveValue()
DSVGLengthTearOff.h54 SVG_LENGTHTYPE_PC = LengthTypePC
DSVGLengthContext.cpp133 case LengthTypePC: in convertValueToUserUnits()
165 case LengthTypePC: in convertValueFromUserUnits()
DSVGLengthContext.h43 LengthTypePC enumerator