Home
last modified time | relevance | path

Searched refs:storeUnit (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/svg/
DSVGLength.cpp42 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit() function
127 , m_unit(storeUnit(mode, LengthTypeNumber)) in SVGLength()
271 m_unit = storeUnit(extractMode(m_unit), type); in setValueAsString()
287 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in newValueSpecifiedUnits()
303 m_unit = storeUnit(extractMode(m_unit), static_cast<SVGLengthType>(type)); in convertToSpecifiedUnits()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313182 (WebCore::storeUnit):