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