HomeSort by relevance Sort by last modified time
    Searched refs:LengthTypeEXS (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGLength.h 50 SVG_LENGTHTYPE_EXS = LengthTypeEXS,
92 return type == LengthTypePercentage || type == LengthTypeEMS || type == LengthTypeEXS;
113 || (!from.isZero() && !isZero() && (fromType == LengthTypeEMS || fromType == LengthTypeEXS) && fromType != toType))
128 if (fromType == toType || from.isZero() || isZero() || fromType == LengthTypeEMS || fromType == LengthTypeEXS) {
SVGLengthContext.h 37 LengthTypeEXS,
SVGLength.cpp 65 case LengthTypeEXS:
104 return LengthTypeEXS;
310 svgType = LengthTypeEXS;
363 case LengthTypeEXS:
SVGLengthContext.cpp 112 case LengthTypeEXS:
142 case LengthTypeEXS:

Completed in 293 milliseconds