Home
last modified time | relevance | path

Searched refs:LengthModeOther (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGRadialGradientElement.cpp57 , m_r(LengthModeOther, "50%") in DEFINE_ANIMATED_LENGTH()
60 , m_fr(LengthModeOther, "0%") in DEFINE_ANIMATED_LENGTH()
97 … setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths)); in parseAttribute()
103 … setFrBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths)); in parseAttribute()
DSVGTextContentElement.cpp67 , m_textLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION()
68 , m_specifiedTextLength(LengthModeOther) in DEFINE_ANIMATED_ENUMERATION()
95 DEFINE_STATIC_LOCAL(SVGLength, defaultTextLength, (LengthModeOther)); in textLength()
256 …m_textLength.value = SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLength… in parseAttribute()
DSVGCircleElement.cpp50 , m_r(LengthModeOther) in DEFINE_ANIMATED_LENGTH()
84 … setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths)); in parseAttribute()
DSVGLength.h59 SVGLength(SVGLengthMode = LengthModeOther, const String& valueAsString = String());
60 …SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthT…
DSVGTextPathElement.cpp48 , m_startOffset(LengthModeOther) in DEFINE_ANIMATED_LENGTH()
90 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError)); in parseAttribute()
DSVGLength.cpp38 ASSERT(mode >= LengthModeWidth && mode <= LengthModeOther); in toSVGLengthMode()
414 s_lengthModeMap.set(SVGNames::rAttr, LengthModeOther); in lengthModeForAnimatedLengthAttribute()
432 return LengthModeOther; in lengthModeForAnimatedLengthAttribute()
DSVGLengthContext.cpp174 case LengthModeOther: in convertValueFromUserUnitsToPercentage()
195 case LengthModeOther: in convertValueFromPercentageToUserUnits()
DSVGLengthContext.h49 LengthModeOther enumerator
/external/chromium_org/third_party/WebKit/Source/core/animation/
DAnimatableValueTestHelperTest.cpp119 PrintToString(AnimatableSVGLength::create(SVGLength(LengthModeOther, "1cm")))); in TEST_F()
134 v2.append(SVGLength(LengthModeOther, "1cm")); in TEST_F()
135 v2.append(SVGLength(LengthModeOther, "2cm")); in TEST_F()