Searched refs:LengthModeOther (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
D | SVGRadialGradientElement.cpp | 57 , 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()
|
D | SVGTextContentElement.cpp | 67 , 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()
|
D | SVGCircleElement.cpp | 50 , m_r(LengthModeOther) in DEFINE_ANIMATED_LENGTH() 84 … setRBaseValue(SVGLength::construct(LengthModeOther, value, parseError, ForbidNegativeLengths)); in parseAttribute()
|
D | SVGLength.h | 59 SVGLength(SVGLengthMode = LengthModeOther, const String& valueAsString = String()); 60 …SVGLength(const SVGLengthContext&, float, SVGLengthMode = LengthModeOther, SVGLengthType = LengthT…
|
D | SVGTextPathElement.cpp | 48 , m_startOffset(LengthModeOther) in DEFINE_ANIMATED_LENGTH() 90 setStartOffsetBaseValue(SVGLength::construct(LengthModeOther, value, parseError)); in parseAttribute()
|
D | SVGLength.cpp | 38 ASSERT(mode >= LengthModeWidth && mode <= LengthModeOther); in toSVGLengthMode() 414 s_lengthModeMap.set(SVGNames::rAttr, LengthModeOther); in lengthModeForAnimatedLengthAttribute() 432 return LengthModeOther; in lengthModeForAnimatedLengthAttribute()
|
D | SVGLengthContext.cpp | 174 case LengthModeOther: in convertValueFromUserUnitsToPercentage() 195 case LengthModeOther: in convertValueFromPercentageToUserUnits()
|
D | SVGLengthContext.h | 49 LengthModeOther enumerator
|
/external/chromium_org/third_party/WebKit/Source/core/animation/ |
D | AnimatableValueTestHelperTest.cpp | 119 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()
|