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

  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableValueTestHelperTest.cpp 119 PrintToString(AnimatableSVGLength::create(SVGLength(LengthModeOther, "1cm"))));
134 v2.append(SVGLength(LengthModeOther, "1cm"));
135 v2.append(SVGLength(LengthModeOther, "2cm"));
  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGCircleElement.cpp 50 , m_r(LengthModeOther)
84 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
SVGLengthContext.h 49 LengthModeOther
SVGRadialGradientElement.cpp 57 , m_r(LengthModeOther, "50%")
60 , m_fr(LengthModeOther, "0%")
97 setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
103 setFrBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths));
SVGTextContentElement.cpp 67 , m_textLength(LengthModeOther)
68 , m_specifiedTextLength(LengthModeOther)
95 DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther));
256 m_textLength.value = SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths);
SVGLength.h 59 SVGLength(SVGLengthMode = LengthModeOther, const String& valueAsString = String());
60 SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthTypeNumber);
SVGTextPathElement.cpp 48 , m_startOffset(LengthModeOther)
90 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError));
SVGLengthContext.cpp 174 case LengthModeOther:
195 case LengthModeOther:
SVGLength.cpp 38 ASSERT(mode >= LengthModeWidth && mode <= LengthModeOther);
414 s_lengthModeMap.set(SVGNames::rAttr, LengthModeOther);
432 return LengthModeOther;

Completed in 499 milliseconds