Searched refs:requestedUnitType (Results 1 – 1 of 1) sorted by relevance
732 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const in getDoubleValueInternal() argument734 …cast<UnitTypes>(m_primitiveUnitType)) || !isValidCSSUnitTypeForDoubleConversion(requestedUnitType)) in getDoubleValueInternal()738 if (requestedUnitType == sourceUnitType || requestedUnitType == CSS_DIMENSION) { in getDoubleValueInternal()746 UnitTypes targetUnitType = requestedUnitType; in getDoubleValueInternal()