Home | History | Annotate | Download | only in css

Lines Matching refs:UnitTypes

51 static CSSPrimitiveValue::UnitCategory unitCategory(CSSPrimitiveValue::UnitTypes type)
129 CSSPrimitiveValue::CSSPrimitiveValue(double num, UnitTypes type)
136 CSSPrimitiveValue::CSSPrimitiveValue(const String& str, UnitTypes type)
413 bool success = getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
426 getDoubleValueInternal(static_cast<UnitTypes>(unitType), &result);
430 CSSPrimitiveValue::UnitTypes CSSPrimitiveValue::canonicalUnitTypeForCategory(UnitCategory category)
452 bool CSSPrimitiveValue::getDoubleValueInternal(UnitTypes requestedUnitType, double* result) const
461 UnitTypes sourceUnitType = static_cast<UnitTypes>(m_type);
465 UnitTypes targetUnitType = requestedUnitType;