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