Searched refs:requestedUnitType (Results 1 – 1 of 1) sorted by relevance
796 bool CSSPrimitiveValue::getDoubleValueInternal(UnitType requestedUnitType, double* result) const in getDoubleValueInternal() argument798 …_cast<UnitType>(m_primitiveUnitType)) || !isValidCSSUnitTypeForDoubleConversion(requestedUnitType)) in getDoubleValueInternal()802 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) { in getDoubleValueInternal()810 UnitType targetUnitType = requestedUnitType; in getDoubleValueInternal()