Lines Matching full:short
379 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle)
389 return static_cast<short>(result);
392 short CSSPrimitiveValue::computeLengthShort(RenderStyle* style, RenderStyle* rootStyle, double multiplier)
402 return static_cast<short>(result);
417 unsigned short type = primitiveType();
476 void CSSPrimitiveValue::setFloatValue(unsigned short unitType, double floatValue, ExceptionCode& ec)
492 static double scaleFactorForConversion(unsigned short unitType)
520 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType, ExceptionCode& ec)
544 double CSSPrimitiveValue::getDoubleValue(unsigned short unitType)
566 void CSSPrimitiveValue::setStringValue(unsigned short stringType, const String& stringValue, ExceptionCode& ec)
666 unsigned short CSSPrimitiveValue::cssValueType() const