Searched refs:storeUnit (Results 1 – 2 of 2) sorted by relevance
42 static inline unsigned int storeUnit(SVGLengthMode mode, SVGLengthType type) in storeUnit() function127 , 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()
3182 (WebCore::storeUnit):