OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_lengthMode
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedLength.h
57
SVGLengthMode
m_lengthMode
;
SVGAnimatedLengthList.h
57
SVGLengthMode
m_lengthMode
;
SVGAnimatedLength.cpp
31
,
m_lengthMode
(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName()))
44
return SVGAnimatedType::createLength(new SVGLength(
m_lengthMode
, string));
108
animatedSVGLength.setValue(lengthContext, animatedNumber,
m_lengthMode
, unitType, ASSERT_NO_EXCEPTION);
SVGAnimatedLengthList.cpp
31
,
m_lengthMode
(SVGLength::lengthModeForAnimatedLengthAttribute(animationElement->attributeName()))
38
animateType->lengthList().parse(string,
m_lengthMode
);
125
animatedLengthList[i].setValue(lengthContext, animatedNumber,
m_lengthMode
, unitType, ASSERT_NO_EXCEPTION);
Completed in 3545 milliseconds