Home
last modified time | relevance | path

Searched refs:LengthUnitTypeCount (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DLengthStyleInterpolation.cpp29 …RawPtr<InterpolableList> result = InterpolableList::create(CSSPrimitiveValue::LengthUnitTypeCount); in lengthToInterpolableValue()
33 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) in lengthToInterpolableValue()
37 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) in lengthToInterpolableValue()
52 while (position != CSSPrimitiveValue::LengthUnitTypeCount) { in constructCalcExpression()
73 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) { in interpolableValueToLength()
84 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; i++) { in interpolableValueToLength()
DLengthStyleInterpolationTest.cpp58 lengthArray.resize(CSSPrimitiveValue::LengthUnitTypeCount); in initLengthArray()
59 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) in initLengthArray()
74 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) { in lengthArraysEqual()
DDeferredLegacyStyleInterpolation.cpp68 CSSLengthArray lengthArray(CSSPrimitiveValue::LengthUnitTypeCount); in interpolationRequiresStyleResolve()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSCalculationValueTest.cpp47 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) in PrintTo()
67 lengthArray.resize(CSSPrimitiveValue::LengthUnitTypeCount); in initLengthArray()
68 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) in initLengthArray()
83 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) { in lengthArraysEqual()
DCSSPrimitiveValue.h156 LengthUnitTypeCount, enumerator
159 typedef Vector<double, CSSPrimitiveValue::LengthUnitTypeCount> CSSLengthArray;
DCSSPrimitiveValue.cpp676 ASSERT(lengthArray.size() == LengthUnitTypeCount); in accumulateLengthArray()
912 case LengthUnitTypeCount: in lengthUnitTypeToUnitType()
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DSizesCalcParserTest.cpp26 lengthArray.resize(CSSPrimitiveValue::LengthUnitTypeCount); in initLengthArray()
27 for (size_t i = 0; i < CSSPrimitiveValue::LengthUnitTypeCount; ++i) in initLengthArray()