HomeSort by relevance Sort by last modified time
    Searched refs:LengthUnitType (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/animation/
LengthStyleInterpolation.cpp 20 CSSPrimitiveValue::LengthUnitType type;
45 static CSSPrimitiveValue::UnitType toUnitType(int lengthUnitType)
47 return static_cast<CSSPrimitiveValue::UnitType>(CSSPrimitiveValue::lengthUnitTypeToUnitType(static_cast<CSSPrimitiveValue::LengthUnitType>(lengthUnitType)));
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSPrimitiveValue.h 138 enum LengthUnitType {
344 // Returns true and populates lengthUnitType, if unitType is a length unit. Otherwise, returns false.
345 static bool unitTypeToLengthUnitType(UnitType, LengthUnitType&);
346 static UnitType lengthUnitTypeToUnitType(LengthUnitType);
CSSPrimitiveValue.cpp 693 LengthUnitType lengthType;
856 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType)
899 CSSPrimitiveValue::UnitType CSSPrimitiveValue::lengthUnitTypeToUnitType(LengthUnitType type)
    [all...]

Completed in 73 milliseconds