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/
DLengthStyleInterpolation.cpp22 return CSSPrimitiveValue::unitTypeToLengthUnitType(primitiveValue.primitiveType(), type); in canCreateFrom()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValue.h345 static bool unitTypeToLengthUnitType(UnitType, LengthUnitType&);
DCSSPrimitiveValue.cpp694 if (unitTypeToLengthUnitType(static_cast<UnitType>(m_primitiveUnitType), lengthType)) in accumulateLengthArray()
856 bool CSSPrimitiveValue::unitTypeToLengthUnitType(UnitType unitType, LengthUnitType& lengthType) in unitTypeToLengthUnitType() function in blink::CSSPrimitiveValue