Home
last modified time | relevance | path

Searched refs:unitTypeToLengthUnitType (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/interpolation/
DLengthStyleInterpolation.cpp22 return CSSPrimitiveValue::unitTypeToLengthUnitType(primitiveValue.primitiveType(), type); in canCreateFrom()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h368 static bool unitTypeToLengthUnitType(UnitType, LengthUnitType&);
DCSSPrimitiveValue.cpp684 if (unitTypeToLengthUnitType(static_cast<UnitType>(m_primitiveUnitType), lengthType)) in accumulateLengthArray()
846 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType() function in WebCore::CSSPrimitiveValue