Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/svg/
DSVGLength.cpp47 static inline SVGLengthMode extractMode(unsigned int unit) in extractMode() function
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()
367 switch (extractMode(m_unit)) { in convertValueFromUserUnitsToPercentage()
389 switch (extractMode(m_unit)) { in convertValueFromPercentageToUserUnits()
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313183 (WebCore::extractMode):