Searched refs:unitTypeToLengthUnitType (Results 1 – 3 of 3) sorted by relevance
22 return CSSPrimitiveValue::unitTypeToLengthUnitType(primitiveValue.primitiveType(), type); in canCreateFrom()
368 static bool unitTypeToLengthUnitType(UnitType, LengthUnitType&);
684 if (unitTypeToLengthUnitType(static_cast<UnitType>(m_primitiveUnitType), lengthType)) in accumulateLengthArray()846 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType() function in WebCore::CSSPrimitiveValue